quote 1.0.45

Quasi-quoting macro quote!(...)
Documentation
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)