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