summaryrefslogtreecommitdiffstats
path: root/src/test/ui/parser/underscore-suffix-for-string.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/parser/underscore-suffix-for-string.stderr')
-rw-r--r--src/test/ui/parser/underscore-suffix-for-string.stderr11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/parser/underscore-suffix-for-string.stderr b/src/test/ui/parser/underscore-suffix-for-string.stderr
new file mode 100644
index 000000000..00c7657f1
--- /dev/null
+++ b/src/test/ui/parser/underscore-suffix-for-string.stderr
@@ -0,0 +1,11 @@
+warning: underscore literal suffix is not allowed
+ --> $DIR/underscore-suffix-for-string.rs:4:18
+ |
+LL | let _ = "Foo"_;
+ | ^
+ |
+ = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
+ = note: see issue #42326 <https://github.com/rust-lang/rust/issues/42326> for more information
+
+warning: 1 warning emitted
+