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
/
src
/
test
/
ui
/
error-codes
/
E0084.rs
blob: a550e04129a3327f8ec6f93def4d25ea6ccc06f7 (
plain
)
1
2
3
4
5
#[repr(i32)]
//~ ERROR: E0084
enum
Foo
{}
fn
main
()
{
}