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-01 12:37:37 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
ui
/
error-codes
/
E0062.rs
12 lines
119 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-20 13:18:30 +00:00
struct
Foo
{
x
:
i32
}
fn
main
(
)
{
let
x
=
Foo
{
Remove NOTE/HELP annotations from error index tests
2017-12-10 21:12:25 +00:00
x
:
0
,
Add new error code tests
2016-05-20 13:18:30 +00:00
x
:
0
,
Update error format for E0062
2016-08-04 20:52:16 +00:00
//~^ ERROR E0062
Add new error code tests
2016-05-20 13:18:30 +00:00
}
;
}
Reference in New Issue
Copy Permalink