This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
a439eb259d
rust
/
tests
/
ui
/
structs
/
struct-fields-decl-dupe.rs
9 lines
123 B
Rust
Raw
Normal View
History
Unescape
Escape
Fixes #7377
2013-06-28 09:27:56 +09:00
struct
BuildData
{
Remove NOTE/HELP annotations from UI tests
2017-12-10 23:29:24 +03:00
foo
:
isize
,
Update compile fail tests to use isize.
2015-01-08 21:54:35 +11:00
foo
:
isize
,
Update E0124 to the new error format
2016-08-04 15:09:15 -04:00
//~^ ERROR field `foo` is already declared [E0124]
Fixes #7377
2013-06-28 09:27:56 +09:00
}
fn
main
(
)
{
}
Copy permalink