Sign in
fuchsia
/
third_party
/
rust
/
8429c9911b68afe9c0cc5804cb15fc22f03d913c
/
.
/
tests
/
ui
/
enum
/
enum-in-scope.rs
blob: df14bc62e76819c32c9b954fc37a17ae83fb90cc [
file
] [
log
] [
blame
]
#![
allow
(
non_camel_case_types
)]
struct
hello
(
isize
);
fn
main
()
{
let
hello
=
0
;
//~ERROR let bindings cannot shadow tuple structs
}