]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/specialization/defaultimpl/out-of-order.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / specialization / defaultimpl / out-of-order.rs
index f9c73a19cfa4665e64f0d83c2de3ecb9ae2dc184..13258ac8c9fe670ba2f39aa6e7e20efe2bcedab4 100644 (file)
@@ -2,7 +2,7 @@
 
 // Test that you can list the more specific impl before the more general one.
 
-#![feature(specialization)]
+#![feature(specialization)] //~ WARN the feature `specialization` is incomplete
 
 trait Foo {
     type Out;