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
/
E0529.rs
9 lines
111 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-30 13:13:37 +02:00
fn
main
(
)
{
let
r
:
f32
=
1.0
;
match
r
{
Fixed E0529's label and unit test
2016-09-01 22:35:25 -04:00
[
a
,
b
]
=
>
{
//~^ ERROR E0529
Add new error code tests
2016-08-30 13:13:37 +02:00
}
}
}
Reference in New Issue
Copy Permalink