Sign in
fuchsia
/
third_party
/
rust
/
cf451f08307168f32ffc74b478026e5e3ebc5ca9
/
.
/
tests
/
ui
/
parser
/
new-unicode-escapes-4.rs
blob: 79882713e59a26457978cf0272aa9b1775de836a [
file
] [
log
] [
blame
]
pub
fn
main
()
{
let
s
=
"\u{lol}"
;
//~^ ERROR invalid character in unicode escape: `l`
}