]> git.proxmox.com Git - rustc.git/blobdiff - src/test/auxiliary/issue-20646.rs
Imported Upstream version 1.9.0+dfsg1
[rustc.git] / src / test / auxiliary / issue-20646.rs
index 150d8018f088831ef4d4a24c0862983b50e3ec32..815b78a91d9af7ef7e10582d5d5a602097c3c06f 100644 (file)
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+// compile-flags: -Cmetadata=aux
+
 pub trait Trait {
     type Output;
 }