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
1
Packages
Projects
Releases
Wiki
Activity
Files
8152da82b51a16fbb7a072462af01d15b0b2c8d3
rust
/
tests
/
ui
/
error-codes
/
E0560.rs
9 lines
114 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-08-30 13:13:37 +02:00
struct
Simba
{
mother
:
u32
,
}
fn
main
(
)
{
Update E0560 to include label
2016-09-16 00:10:32 -04:00
let
s
=
Simba
{
mother
:
1
,
father
:
0
}
;
//~^ ERROR E0560
Add new error code tests
2016-08-30 13:13:37 +02:00
}
Reference in New Issue
Copy Permalink