Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
typeof
/
issue-100183.rs
blob: 13e9493eaa59b2d7ff37d189d43a25d42281206d [
file
] [
log
] [
blame
]
struct
Struct
{
y
:
(
typeof
(
"hey"
),),
//~^ ERROR `typeof` is a reserved keyword but unimplemented
}
fn
main
()
{}