mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
Update ui tests to nightly-2020-03-01
This commit is contained in:
parent
44f14361e5
commit
62147970ca
@ -1,12 +1,16 @@
|
||||
error[E0599]: no method named `quote_into_iter` found for struct `std::net::Ipv4Addr` in the current scope
|
||||
--> $DIR/not-repeatable.rs:6:13
|
||||
|
|
||||
6 | let _ = quote! { #(#ip)* };
|
||||
| ^^^^^^^^^^^^^^^^^^ method not found in `std::net::Ipv4Addr`
|
||||
|
|
||||
= note: the method `quote_into_iter` exists but the following trait bounds were not satisfied:
|
||||
`&mut std::net::Ipv4Addr : quote::__rt::ext::RepIteratorExt`
|
||||
`&std::net::Ipv4Addr : quote::__rt::ext::RepIteratorExt`
|
||||
`std::net::Ipv4Addr : quote::__rt::ext::RepIteratorExt`
|
||||
`std::net::Ipv4Addr : quote::__rt::ext::RepToTokensExt`
|
||||
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
--> $DIR/not-repeatable.rs:6:13
|
||||
|
|
||||
6 | let _ = quote! { #(#ip)* };
|
||||
| ^^^^^^^^^^^^^^^^^^ method not found in `std::net::Ipv4Addr`
|
||||
|
|
||||
= note: the method `quote_into_iter` exists but the following trait bounds were not satisfied:
|
||||
`std::net::Ipv4Addr: std::iter::Iterator`
|
||||
which is required by `std::net::Ipv4Addr: quote::__rt::ext::RepIteratorExt`
|
||||
`&std::net::Ipv4Addr: std::iter::Iterator`
|
||||
which is required by `&std::net::Ipv4Addr: quote::__rt::ext::RepIteratorExt`
|
||||
`std::net::Ipv4Addr: quote::to_tokens::ToTokens`
|
||||
which is required by `std::net::Ipv4Addr: quote::__rt::ext::RepToTokensExt`
|
||||
`&mut std::net::Ipv4Addr: std::iter::Iterator`
|
||||
which is required by `&mut std::net::Ipv4Addr: quote::__rt::ext::RepIteratorExt`
|
||||
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
Loading…
Reference in New Issue
Block a user