]> git.proxmox.com Git - rustc.git/blobdiff - src/test/compile-fail/E0117.rs
New upstream version 1.12.0+dfsg1
[rustc.git] / src / test / compile-fail / E0117.rs
index 16d713bba92ab3c11b0f848d0c22a16268efc708..e9375e673253fb863edb4135df4256446645d4ec 100644 (file)
@@ -9,6 +9,8 @@
 // except according to those terms.
 
 impl Drop for u32 {} //~ ERROR E0117
+//~^ NOTE impl doesn't use types inside crate
+//~| NOTE the impl does not reference any types defined in this crate
 
 fn main() {
 }