This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
consts
/
drop_box.rs
5 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
Revert accidental stabilization
2022-03-10 14:28:28 +00:00
const
fn
f
<
T
>
(
_
:
Box
<
T
>
)
{
}
Note the type when unable to drop values in compile time
2022-09-23 14:22:36 +00:00
//~^ ERROR destructor of
Revert accidental stabilization
2022-03-10 14:28:28 +00:00
fn
main
(
)
{
}
Copy permalink