1error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied 2 --> tests/ui/not-quotable.rs:6:13 3 | 46 | let _ = quote! { #ip }; 5 | ^^^^^^^^^^^^^^ the trait `ToTokens` is not implemented for `Ipv4Addr` 6 | 7 = note: this error originates in the macro `$crate::quote_token_with_context` (in Nightly builds, run with -Z macro-backtrace for more info) 8