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-04-29 11:37:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 05:32:12 +00:00
// run-rustfix
Account for missing keyword in fn/struct definition
2017-11-15 01:49:29 +00:00
pub
S
{
Add inline `compile-fail` markers to tests
2017-11-25 14:26:46 +00:00
//~^ ERROR missing `struct` for 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