index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
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
()
{}