This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
62ba3e70a1
rust
/
tests
/
ui
/
pub
/
pub-ident-struct.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Audit uses of `span_suggestion_short`
2020-07-02 14:32:12 +09:00
// run-rustfix
Account for missing keyword in fn/struct definition
2017-11-14 17:49:29 -08:00
pub
S
{
Add inline `compile-fail` markers to tests
2017-11-25 06:26:46 -08:00
//~^ ERROR missing `struct` for struct definition
Account for missing keyword in fn/struct definition
2017-11-14 17:49:29 -08:00
}
fn
main
(
)
{
}
Copy permalink