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
/
derives
/
deriving-meta-empty-trait-list.rs
blob: 0306ce717d0493e3823792ed10efc5df210ea2ec (
plain
)
1
2
3
4
5
6
7
8
// check-pass
#![deny(unused)]
#[derive()]
// OK
struct
_Bar
;
pub
fn
main
()
{}