This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
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