Sign in
android
/
toolchain
/
rustc
/
43f0694b1feb1296004d84509e01177159e71be0
/
.
/
src
/
test
/
ui
/
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
)
{}
}