Sign in
rust
/
rust-lang
/
rust
/
refs/heads/beta
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
impl-trait-for.rs
blob: c6f3fcda5ad71eee200f87aa809929f0fa7a51d1 [
file
] [
log
] [
blame
]
struct
Human
;
impl
Debug
form
Human
{}
//~^ ERROR expected one of
fn
main
()
{}