aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/wrong-type-span.stderr
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-05-27 02:07:14 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2023-05-27 02:07:14 +0000
commit118add91d8bd0a23f2422308d97b91477088999e (patch)
tree563f66aad4288194e7c8fdc3bf4b41d2759b8b10 /tests/ui/wrong-type-span.stderr
parentab71c22418a2844cf119ca04d86f380c53e549bf (diff)
parent8f3a4d8f2ff1548637167da1089bd7398a276d27 (diff)
downloadquote-118add91d8bd0a23f2422308d97b91477088999e.tar.gz
Upgrade quote to 1.0.26 am: ecb5eb34a8 am: 9791b3d2d9 am: 3258971c13 am: d076a8b19b am: 8f3a4d8f2f
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/quote/+/2498775 Change-Id: Ifcfbaeeec987bf124cad946adeb96f1cdda69f3d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'tests/ui/wrong-type-span.stderr')
-rw-r--r--tests/ui/wrong-type-span.stderr10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/ui/wrong-type-span.stderr b/tests/ui/wrong-type-span.stderr
index c774a4c..12ad307 100644
--- a/tests/ui/wrong-type-span.stderr
+++ b/tests/ui/wrong-type-span.stderr
@@ -1,8 +1,10 @@
error[E0308]: mismatched types
- --> tests/ui/wrong-type-span.rs:6:20
+ --> tests/ui/wrong-type-span.rs:6:5
|
6 | quote_spanned!(span=> #x);
- | ---------------^^^^------
- | | |
- | | expected struct `Span`, found `&str`
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
+ | |
+ | 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)