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-04 05:57:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
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 13:17:02 +00:00
fn
main
(
)
{
let
x
=
Some
(
1
)
;
Merge E0002 into E0004
2016-10-02 13:45:06 +00:00
match
x
{
}
//~ ERROR E0004
Add compile-fail tests for error codes
2016-05-12 13:17:02 +00:00
}
Reference in New Issue
Copy Permalink