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
/
deriving
/
deriving-bounds.rs
blob: f0b921d0e7c0ead9665a16daaaf66513a3055537 (
plain
)
1
2
3
4
5
// run-pass
#[derive(Copy, Clone)]
struct
Test
;
pub
fn
main
()
{}