Sign in
fuchsia
/
third_party
/
rust
/
b3827e4f3728b77bd3e60587487ebfc3cc8d901b
/
.
/
tests
/
ui
/
resolve
/
local-shadows-inner-generic.rs
blob: d9145b9fe2c866b6d296d48348c056fe1f51944f [
file
] [
log
] [
blame
]
//@ check-pass
#![
allow
(
non_camel_case_types
)]
pub
fn
main
()
{
let
a
=
1
;
struct
Foo
<
a
>
{
field
:
a
,
};
}