This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
233d94e72f
rust
/
tests
/
ui
/
structs
/
incomplete-fn-in-struct-definition.rs
6 lines
88 B
Rust
Raw
Normal View
History
Unescape
Escape
improve errors for incomplete functions in struct definitions
2022-09-27 17:20:55 +09:00
fn
main
(
)
{
}
struct
S
{
fix a ui test
2022-09-28 11:42:52 +09:00
fn
:
u8
//~ ERROR expected identifier, found keyword `fn`
improve errors for incomplete functions in struct definitions
2022-09-27 17:20:55 +09:00
}
Copy permalink