summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/new-unicode-escapes-2.rs
blob: cbb614c19c0048e8d0d083e55a4a0e59691bbc9e (plain)
1
2
3
pub fn main() {
    let s = "\u{260311111111}"; //~ ERROR overlong unicode escape
}