mirror of
https://gitee.com/openharmony/third_party_rust_quote
synced 2024-11-23 07:10:01 +00:00
Update ui test suite to nightly-2022-08-23
This commit is contained in:
parent
75a3c3cd65
commit
231b861a63
@ -2,7 +2,10 @@ error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
|
||||
--> tests/ui/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
|
||||
|
|
||||
= help: the following other types implement trait `ToTokens`:
|
||||
&'a T
|
||||
|
Loading…
Reference in New Issue
Block a user