]> git.proxmox.com Git - rustc.git/blobdiff - src/test/run-pass/builtin-superkinds-phantom-typaram.rs
New upstream version 1.31.0~beta.4+dfsg1
[rustc.git] / src / test / run-pass / builtin-superkinds-phantom-typaram.rs
index 6bc81f4a36bcddf56a22302b88ff80c91e11a2e4..84601f68d163fefcb8e700bca32c0ad7a9f19ab9 100644 (file)
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(dead_code)]
 // Tests that even when a type parameter doesn't implement a required
 // super-builtin-kind of a trait, if the type parameter is never used,
 // the type can implement the trait anyway.