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