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-05-02 13:07:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
ui
/
error-codes
/
E0124.rs
9 lines
122 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-27 20:06:24 +00:00
struct
Foo
{
Remove NOTE/HELP annotations from error index tests
2017-12-10 21:12:25 +00:00
field1
:
i32
,
Add new error code tests
2016-05-27 20:06:24 +00:00
field1
:
i32
,
Update E0124 to the new error format
2016-08-04 19:09:15 +00:00
//~^ ERROR field `field1` is already declared [E0124]
Add new error code tests
2016-05-27 20:06:24 +00:00
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink