summaryrefslogtreecommitdiffstats
path: root/src/test/ui/lint/unused_parens_multibyte_recovery.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/lint/unused_parens_multibyte_recovery.rs')
-rw-r--r--src/test/ui/lint/unused_parens_multibyte_recovery.rs11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/test/ui/lint/unused_parens_multibyte_recovery.rs b/src/test/ui/lint/unused_parens_multibyte_recovery.rs
new file mode 100644
index 000000000..8fcfae22a
--- /dev/null
+++ b/src/test/ui/lint/unused_parens_multibyte_recovery.rs
@@ -0,0 +1,11 @@
+// ignore-tidy-trailing-newlines
+//
+// error-pattern: this file contains an unclosed delimiter
+// error-pattern: this file contains an unclosed delimiter
+// error-pattern: this file contains an unclosed delimiter
+// error-pattern: format argument must be a string literal
+//
+// Verify that unused parens lint does not try to create a span
+// which points in the middle of a multibyte character.
+
+fn f(){(print!(รก \ No newline at end of file