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-02 04:57:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
453b51a65a
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 11:13:37 +00:00
struct
Simba
{
mother
:
u32
,
}
fn
main
(
)
{
Update E0560 to include label
2016-09-16 04:10:32 +00:00
let
s
=
Simba
{
mother
:
1
,
father
:
0
}
;
//~^ ERROR E0560
Add new error code tests
2016-08-30 11:13:37 +00:00
}
Reference in New Issue
Copy Permalink