chromium/third_party/rust/chromium_crates_io/vendor/quote-1.0.37/tests/ui/wrong-type-span.stderr

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)