aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/wrong-type-span.stderr
blob: 12ad307703657213e3b3fd75980802d4b8b0955c (plain)
1
2
3
4
5
6
7
8
9
10
error[E0308]: mismatched types
 --> tests/ui/wrong-type-span.rs:6:5
  |
6 |     quote_spanned!(span=> #x);
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^
  |     |
  |     expected `Span`, found `&str`
  |     expected due to this
  |
  = note: this error originates in the macro `quote_spanned` (in Nightly builds, run with -Z macro-backtrace for more info)