index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
error-codes
/
E0658.rs
blob: 9c9b95d70a7cf35247df9dae97a4b0454c800408 (
plain
)
1
2
3
4
5
6
#[repr(u128)] enum Foo { //~ ERROR E0658 Bar(u64), } fn main() {}