squote 0.1.2

A clone of the quote crate that uses a String as its backing store
Documentation
1
2
3
4
5
6
7
8
error[E0308]: mismatched types
 --> $DIR/wrong-type-span.rs:6:20
  |
6 |     quote_spanned!(span=> #x);
  |     ---------------^^^^-------
  |     |              |
  |     |              expected struct `proc_macro2::Span`, found `&str`
  |     expected due to this