Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
utf8_idents.rs
blob: 1f6326dd94b5ce31450ff3700ff81d3662495a75 [
file
] [
log
] [
blame
]
// check-pass
//
#![
allow
(
mixed_script_confusables
,
non_camel_case_types
)]
fn
foo
<
'β,
γ
>()
{}
struct
X
{
δ:
usize
}
pub
fn
main
()
{
let
α
=
0.00001f64
;
}