This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
9491f18c5d
rust
/
src
/
test
/
ui
/
pub
/
pub-ident-struct.rs
5 lines
73 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 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