This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
8d381823e2
rust
/
src
/
test
/
run-pass
/
generic-drop-glue.rs
9 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
rustboot: Emit an error instead of asserting in trans when a T is passed by value
2010-10-28 17:02:00 -05:00
fn
f
[
T
]
(
&
T
t
)
{
Change generic-drop-glue.rs to be meaningful again, and un-XFAIL on rustc.
2011-01-18 19:20:13 -06:00
let
T
t1
=
t
;
Populate tree.
2010-06-23 23:03:09 -05:00
}
fn
main
(
)
{
auto
x
=
rec
(
x
=
@
10
,
y
=
@
12
)
;
Change generic-drop-glue.rs to be meaningful again, and un-XFAIL on rustc.
2011-01-18 19:20:13 -06:00
f
(
x
)
;
rustboot: Emit an error instead of asserting in trans when a T is passed by value
2010-10-28 17:02:00 -05:00
}
Reference in New Issue
Copy Permalink