2021-04-03 10:35:11 +08:00
|
|
|
|
//@ check-pass
|
|
|
|
|
//
|
|
|
|
|
#![allow(mixed_script_confusables, non_camel_case_types)]
|
2020-06-23 19:45:13 +08:00
|
|
|
|
|
2014-11-18 17:39:16 +01:00
|
|
|
|
fn foo<
|
2021-04-03 10:35:11 +08:00
|
|
|
|
'β,
|
|
|
|
|
γ
|
2014-11-18 17:39:16 +01:00
|
|
|
|
>() {}
|
|
|
|
|
|
|
|
|
|
struct X {
|
2021-04-03 10:35:11 +08:00
|
|
|
|
δ: usize
|
2014-11-18 17:39:16 +01:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
pub fn main() {
|
2021-04-03 10:35:11 +08:00
|
|
|
|
let α = 0.00001f64;
|
2014-11-18 17:39:16 +01:00
|
|
|
|
}
|