Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
utf8_idents.rs
blob: 0c34529d2de43fa034fc930eab680b6e2fea3613 [
file
] [
log
] [
blame
]
//@ check-pass
//
#![
allow
(
mixed_script_confusables
,
non_camel_case_types
)]
fn
foo
<
'β,
γ
>()
{}
struct
X
{
δ:
usize
}
pub
fn
main
()
{
let
α
=
0.00001f64
;
}