This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
2c7c3697db
os-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 a new issue
Copy permalink