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
c7d171d771
os-rust
/
tests
/
ui
/
error-codes
/
E0004-2.rs
6 lines
68 B
Rust
Raw
Normal View
History
Unescape
Escape
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
fn
main
(
)
{
let
x
=
Some
(
1
)
;
Merge E0002 into E0004
2016-10-02 15:45:06 +02:00
match
x
{
}
//~ ERROR E0004
Add compile-fail tests for error codes
2016-05-12 15:17:02 +02:00
}
Reference in a new issue
Copy permalink