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
/
src
/
test
/
run-pass
/
generic-drop-glue.rs
blob: 15583f9904b86f8a0e3698284875b51f1c2deed6 (
plain
)
1
2
3
4
5
fn f<T: copy>(t: T) { let t1: T = t; } fn main() { let x = {x: @10, y: @12}; f(x); }