This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 12:07:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8152da82b5
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 08:20:55 +00:00
fn
main
(
)
{
}
struct
S
{
fix a ui test
2022-09-28 02:42:52 +00:00
fn
:
u8
//~ ERROR expected identifier, found keyword `fn`
improve errors for incomplete functions in struct definitions
2022-09-27 08:20:55 +00:00
}
Reference in New Issue
Copy Permalink