We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8de2618 commit 3744d82Copy full SHA for 3744d82
src/test/compile-fail/lex-unknown-str-escape.rs
@@ -9,5 +9,5 @@
9
// except according to those terms.
10
11
static s: &'static str =
12
- "\●" //~ ERROR: unknown string escape
+ "\●" //~ ERROR: unknown character escape
13
;
0 commit comments