mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2025-02-17 05:27:32 +00:00
Update test suite to nightly-2021-09-18
This commit is contained in:
parent
cbe5dedaeb
commit
5a1d627c43
@ -2,7 +2,10 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
|
||||
--> $DIR/not-quotable.rs:6:13
|
||||
|
|
||||
6 | let _ = quote! { #ip };
|
||||
| ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr`
|
||||
| ^^^^^^^^^^^^^^
|
||||
| |
|
||||
| the trait `ToTokens` is not implemented for `Ipv4Addr`
|
||||
| required by a bound introduced by this call
|
||||
|
|
||||
note: required by `to_tokens`
|
||||
--> $DIR/to_tokens.rs:55:5
|
||||
|
Loading…
x
Reference in New Issue
Block a user