Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
drop
/
auxiliary
/
inline_dtor.rs
blob: 5eee89fdc57f997f56f533aa4ff7bffe533d5fe9 [
file
] [
log
] [
blame
]
#![
crate_name
=
"inline_dtor"
]
pub
struct
Foo
;
impl
Drop
for
Foo
{
#[
inline
]
fn
drop
(&
mut
self
)
{}
}