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
abe52cdcc7
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 07:05:51 -06:00
}
Fix e0658 ui test
2018-03-17 21:08:32 -05:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink