This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
99e4127d85
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 03:20:55 -05:00
fn
main
(
)
{
}
struct
S
{
fix a ui test
2022-09-27 21:42:52 -05:00
fn
:
u8
//~ ERROR expected identifier, found keyword `fn`
improve errors for incomplete functions in struct definitions
2022-09-27 03:20:55 -05:00
}
Reference in New Issue
Copy Permalink