blob: cbb5c4ff3ecdd6cf6b7e9c53821ecfe9f9b25dbf [file] [log] [blame]
error: unknown character escape: {
--> $DIR/wrong-escape-of-curly-braces.rs:15:17
|
LL | let bad = "/{it is wrong/}";
| ^
|
help: if used in a formatting string, curly braces are escaped with `{{` and `}}`
--> $DIR/wrong-escape-of-curly-braces.rs:15:17
|
LL | let bad = "/{it is wrong/}";
| ^
error: unknown character escape: }
--> $DIR/wrong-escape-of-curly-braces.rs:15:30
|
LL | let bad = "/{it is wrong/}";
| ^
|
help: if used in a formatting string, curly braces are escaped with `{{` and `}}`
--> $DIR/wrong-escape-of-curly-braces.rs:15:30
|
LL | let bad = "/{it is wrong/}";
| ^
error: aborting due to 2 previous errors