summary refs log tree commit diff
path: root/src/test/ui/parser/new-unicode-escapes-4.rs
blob: 9ac03cedc3f3ef6818d329849cf66fc8cf7085fd (plain)
1
2
3
4
pub fn main() {
    let s = "\u{lol}";
     //~^ ERROR invalid character in unicode escape: l
}