This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
ba6fe58095f98f070d161ffdc6c59b51b59d41db
rust
/
tests
/
ui
/
pub
/
pub-ident-struct.rs
7 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-rustfix
Audit uses of `span_suggestion_short`
2020-07-02 14:32:12 +09:00
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
(
)
{
}
Reference in New Issue
Copy Permalink