This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
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
(
)
{
}
Copy permalink