Sha256: 433a290bd53070d5cce6d623f9ef6f991756a78de109d3e486b46b699c2ce764
Contents?: true
Size: 680 Bytes
Versions: 2
Compression:
Stored size: 680 Bytes
Contents
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` | required by a bound introduced by this call | = help: the following other types implement trait `ToTokens`: &T &mut T Box<T> CStr CString Cow<'a, T> Option<T> Rc<T> and $N others = note: this error originates in the macro `quote` (in Nightly builds, run with -Z macro-backtrace for more info)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
wasmtime-29.0.0 | ./ext/cargo-vendor/quote-1.0.38/tests/ui/not-quotable.stderr |
wasmtime-28.0.0 | ./ext/cargo-vendor/quote-1.0.38/tests/ui/not-quotable.stderr |