]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/new-unicode-escapes-4.rs
Remove unecessary `-Z continue-parse-after-error` from tests
[rust.git] / src / test / ui / parser / new-unicode-escapes-4.rs
1
2
3 pub fn main() {
4     let s = "\u{lol}";
5      //~^ ERROR invalid character in unicode escape: l
6 }