rust/tests/ui/parser/issues/issue-43692.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
75 B
Rust
Raw Normal View History

fn main() {
'\u{_10FFFF}'; //~ ERROR invalid start of unicode escape
}