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-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 00:27:56 +00:00
struct
BuildData
{
Remove NOTE/HELP annotations from UI tests
2017-12-10 20:29:24 +00:00
foo
:
isize
,
Update compile fail tests to use isize.
2015-01-08 10:54:35 +00:00
foo
:
isize
,
Update E0124 to the new error format
2016-08-04 19:09:15 +00:00
//~^ ERROR field `foo` is already declared [E0124]
Fixes #7377
2013-06-28 00:27:56 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink