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
300901b70509a0af2d971aa6f6104300da24212c
rust
/
tests
/
ui
/
error-codes
/
E0658.rs
7 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix e0658 ui test
2018-03-17 21:08:32 -05:00
#[
repr(u128)
]
enum
Foo
{
//~ ERROR E0658
Bar
(
u64
)
,
Add error code for unstable feature errors
2018-01-13 14:05:51 +01:00
}
Fix e0658 ui test
2018-03-17 21:08:32 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink