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-07 07:27:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
29b51cdff3
rust
/
tests
/
ui
/
error-codes
/
E0658.rs
7 lines
71 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix e0658 ui test
2018-03-18 02:08:32 +00:00
#[
repr(u128)
]
enum
Foo
{
//~ ERROR E0658
Bar
(
u64
)
,
Add error code for unstable feature errors
2018-01-13 13:05:51 +00:00
}
Fix e0658 ui test
2018-03-18 02:08:32 +00:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink