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 0301eaf commit bf25a9cCopy full SHA for bf25a9c
src/test/ui/union/union-nodrop.rs
@@ -13,7 +13,7 @@ impl Drop for NeedDrop {
13
fn drop(&mut self) {}
14
}
15
16
-// Constant expressios allow `NoDrop` to go out of scope,
+// Constant expressions allow `NoDrop` to go out of scope,
17
// unlike a value of the interior type implementing `Drop`.
18
static X: () = (NoDrop { inner: ManuallyDrop::new(NeedDrop) }, ()).1;
19
0 commit comments