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.
Environment is Windows 7 with cmd.exe. Rust and cargo are stable 1.42, nightly does the same.
cmd.exe
Here’s a screenshot:
struct S; fn main() { let x = S; drop(x); drop(x); }