This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6c3243f008
rust
/
tests
/
ui
/
pub
/
pub-ident-struct.rs
5 lines
91 B
Rust
Raw
Normal View
History
Unescape
Escape
Account for missing keyword in fn/struct definition
2017-11-14 17:49:29 -08:00
pub
S
{
Add suggestions for possible missing `fn`, `struct`, or `enum` keywords
2024-07-06 13:14:53 +03:00
//~^ ERROR missing `enum` or `struct` for enum or struct definition
Account for missing keyword in fn/struct definition
2017-11-14 17:49:29 -08:00
}
fn
main
(
)
{
}
Copy permalink