This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
error-codes
/
E0572.rs
4 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
Change error to E0572
2016-12-08 20:49:26 -08:00
const
FOO
:
u32
=
return
0
;
//~ ERROR E0572
Add E0571 test
2016-11-15 16:11:06 +01:00
fn
main
(
)
{
}
Copy permalink