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
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
(
)
{
}
Reference in New Issue
Copy Permalink