6 lines
84 B
Rust
6 lines
84 B
Rust
![]() |
fn main() {}
|
||
|
|
||
|
struct S {
|
||
|
fn //~ ERROR expected identifier, found keyword `fn`
|
||
|
}
|