]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fmt/format-string-error-2.stderr
Auto merge of #95454 - randomicon00:fix95444, r=wesleywiser
[rust.git] / src / test / ui / fmt / format-string-error-2.stderr
index c421fe49ef0a4897c9b035b04e5841976dc5a372..76cdfbb93bf24cad988434f806f096698cd8a0c6 100644 (file)
@@ -19,7 +19,7 @@ error: invalid format string: expected `'}'`, found `'b'`
    |
 LL |     format!("{ \
    |              - because of this opening brace
-LL | 
+LL |                \
 LL |     b");
    |     ^ expected `}` in format string
    |