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
df5c2cf9bc
rust
/
tests
/
ui
/
structs
/
struct-fields-decl-dupe.rs
9 lines
123 B
Rust
Raw
Normal View
History
Unescape
Escape
Fixes #7377
2013-06-27 19:27:56 -05:00
struct
BuildData
{
Remove NOTE/HELP annotations from UI tests
2017-12-10 14:29:24 -06:00
foo
:
isize
,
Update compile fail tests to use isize.
2015-01-08 04:54:35 -06:00
foo
:
isize
,
Update E0124 to the new error format
2016-08-04 14:09:15 -05:00
//~^ ERROR field `foo` is already declared [E0124]
Fixes #7377
2013-06-27 19:27:56 -05:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink