diff options
Diffstat (limited to 'tests/ui/fmt/issue-104142.stderr')
-rw-r--r-- | tests/ui/fmt/issue-104142.stderr | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/ui/fmt/issue-104142.stderr b/tests/ui/fmt/issue-104142.stderr new file mode 100644 index 000000000..d41644faa --- /dev/null +++ b/tests/ui/fmt/issue-104142.stderr @@ -0,0 +1,10 @@ +error: invalid format string: unmatched `}` found + --> $DIR/issue-104142.rs:4:9 + | +LL | \"\'}、"# + | ^ unmatched `}` in format string + | + = note: if you intended to print `}`, you can escape it using `}}` + +error: aborting due to previous error + |