We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#[rustc_mir] fn into_inner(x: Drp) { loop { let d = x; break; } }
where impl Drop for Drp. The Drp destructor will be called 3 times.
impl Drop for Drp