]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/issue-41110.rs
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
[rust.git] / src / test / mir-opt / issue-41110.rs
index cc35b8785a733da20878bf29720140d3c8552b37..638dc601ec869d90faac56c75a191cf0b7942104 100644 (file)
@@ -3,14 +3,14 @@
 // check that we don't emit multiple drop flags when they are not needed.
 
 
-// EMIT_MIR rustc.main.ElaborateDrops.after.mir
+// EMIT_MIR issue_41110.main.ElaborateDrops.after.mir
 fn main() {
     let x = S.other(S.id());
 }
 
 // no_mangle to make sure this gets instantiated even in an executable.
 #[no_mangle]
-// EMIT_MIR rustc.test.ElaborateDrops.after.mir
+// EMIT_MIR issue_41110.test.ElaborateDrops.after.mir
 pub fn test() {
     let u = S;
     let mut v = S;