This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
6d69b2e408
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
}
Copy permalink