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.
1 parent ff064c5 commit 78547a3Copy full SHA for 78547a3
src/dropck.md
@@ -351,6 +351,7 @@ struct Inspector<'a>(&'a u8, &'static str);
351
352
unsafe impl<#[may_dangle] 'a> Drop for Inspector<'a> {
353
fn drop(&mut self) {
354
+ // Inspector(_, {}) はいつ調査を*しない*かを知っています。
355
println!("Inspector(_, {}) knows when *not* to inspect.", self.1);
356
}
357
0 commit comments