This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-05-12 01:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e0e7a432db
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-15 01:49:29 +00:00
pub
S
{
Add suggestions for possible missing `fn`, `struct`, or `enum` keywords
2024-07-06 10:14:53 +00:00
//~^ ERROR missing `enum` or `struct` for enum or struct definition
Account for missing keyword in fn/struct definition
2017-11-15 01:49:29 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink