This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
a3c90b69af76589cc9840bbfd95e6267e531dc92
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
(
)
{
}
Reference in New Issue
Copy Permalink