summaryrefslogtreecommitdiffstats
path: root/src/test/ui/fmt/issue-86085.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/fmt/issue-86085.stderr')
-rw-r--r--src/test/ui/fmt/issue-86085.stderr11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/test/ui/fmt/issue-86085.stderr b/src/test/ui/fmt/issue-86085.stderr
deleted file mode 100644
index ee7d8a5cc..000000000
--- a/src/test/ui/fmt/issue-86085.stderr
+++ /dev/null
@@ -1,11 +0,0 @@
-error: invalid format string: unmatched `}` found
- --> $DIR/issue-86085.rs:4:12
- |
-LL | format ! ( concat ! ( r#"lJ𐏿Æ�.𐏿�"# , "r} {}" ) ) ;
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unmatched `}` in format string
- |
- = note: if you intended to print `}`, you can escape it using `}}`
- = note: this error originates in the macro `concat` (in Nightly builds, run with -Z macro-backtrace for more info)
-
-error: aborting due to previous error
-