We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dd10af commit 79a905eCopy full SHA for 79a905e
src/test/codegen/issue-13018.rs
@@ -8,6 +8,8 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// compile-flags: -O
12
+
13
// A drop([...].clone()) sequence on an Rc should be a no-op
14
// In particular, no call to __rust_dealloc should be emitted
15
#![crate_type = "lib"]
0 commit comments