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
9d871b0617
rust
/
tests
/
ui
/
error-codes
/
E0076.rs
9 lines
97 B
Rust
Raw
Normal View
History
Unescape
Escape
Add new error code tests
2016-05-20 08:18:30 -05:00
#![
feature(repr_simd)
]
#[
repr(simd)
]
Update compiler error E0076 to use new error format Fixes #35221 part of #35233
2016-08-27 14:42:54 -05:00
struct
Bad
(
u16
,
u32
,
u32
)
;
//~^ ERROR E0076
Add new error code tests
2016-05-20 08:18:30 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink