This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
9491f18c5de3ff1c4bf9c3fdacf52d9859e26f7c
rust
/
src
/
test
/
ui
/
issues
/
issue-46186.rs
7 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
UI test 46186
2017-11-25 19:26:47 -07:00
struct
Struct
{
a
:
usize
,
Recover from item trailing semicolon
2019-01-13 17:29:32 -08:00
}
;
//~^ ERROR expected item, found `;`
UI test 46186
2017-11-25 19:26:47 -07:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink