aboutsummaryrefslogtreecommitdiff
path: root/quote/tests/ui/wrong-type-span.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'quote/tests/ui/wrong-type-span.stderr')
-rw-r--r--quote/tests/ui/wrong-type-span.stderr10
1 files changed, 0 insertions, 10 deletions
diff --git a/quote/tests/ui/wrong-type-span.stderr b/quote/tests/ui/wrong-type-span.stderr
deleted file mode 100644
index a6ae8ef..0000000
--- a/quote/tests/ui/wrong-type-span.stderr
+++ /dev/null
@@ -1,10 +0,0 @@
-error[E0308]: mismatched types
- --> $DIR/wrong-type-span.rs:6:20
- |
-6 | quote_spanned!(span=> #x);
- | ^^^^ expected struct `proc_macro2::Span`, found &str
- |
- = note: expected type `proc_macro2::Span`
- found type `&str`
-
-For more information about this error, try `rustc --explain E0308`.