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
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 15:18:30 +02:00
struct
Foo
{
x
:
i32
}
fn
main
(
)
{
let
x
=
Foo
{
Remove NOTE/HELP annotations from error index tests
2017-12-11 00:12:25 +03:00
x
:
0
,
Add new error code tests
2016-05-20 15:18:30 +02:00
x
:
0
,
Update error format for E0062
2016-08-04 22:52:16 +02:00
//~^ ERROR E0062
Add new error code tests
2016-05-20 15:18:30 +02:00
}
;
}
Reference in New Issue
Copy Permalink