]> git.proxmox.com Git - rustc.git/blob - vendor/quote/tests/ui/wrong-type-span.stderr
New upstream version 1.70.0+dfsg1
[rustc.git] / vendor / quote / tests / ui / wrong-type-span.stderr
1 error[E0308]: mismatched types
2 --> tests/ui/wrong-type-span.rs:6:5
3 |
4 6 | quote_spanned!(span=> #x);
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^
6 | |
7 | expected `Span`, found `&str`
8 | expected due to this
9 |
10 = note: this error originates in the macro `quote_spanned` (in Nightly builds, run with -Z macro-backtrace for more info)