This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
d730f27fc8
rust
/
tests
/
ui
/
pub
/
pub-ident-struct.fixed
7 lines
97 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
pub
struct
S
{
//~^ ERROR missing `struct` for struct definition
}
fn
main
(
)
{
}
Copy permalink