blob: c9f433c3c3b3d13521dfe12f46a3f1a576483df0 [file] [log] [blame]
//
fn foo<
'β, //~ ERROR non-ascii idents are not fully supported
γ //~ ERROR non-ascii idents are not fully supported
>() {}
struct X {
δ: usize //~ ERROR non-ascii idents are not fully supported
}
pub fn main() {
let α = 0.00001f64; //~ ERROR non-ascii idents are not fully supported
}