aboutsummaryrefslogtreecommitdiff
path: root/quote/tests/ui/wrong-type-span.stderr
blob: a6ae8ef2023392beba167e3022c25b4de2d2641b (plain)
1
2
3
4
5
6
7
8
9
10
error[E0308]: mismatched types
 --> $DIR/wrong-type-span.rs:6:20
  |
6 |     quote_spanned!(span=> #x);
  |                    ^^^^ expected struct `proc_macro2::Span`, found &str
  |
  = note: expected type `proc_macro2::Span`
             found type `&str`

For more information about this error, try `rustc --explain E0308`.