]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/new-unicode-escapes-2.rs
Auto merge of #86988 - thomcc:chunky-splitz-says-no-checking, r=the8472
[rust.git] / src / test / ui / parser / new-unicode-escapes-2.rs
1 pub fn main() {
2     let s = "\u{260311111111}"; //~ ERROR overlong unicode escape
3 }