]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-11958.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-11958.rs
index 13177880c5ab7da2d6c18498406ae2025351d2d1..f557f662e8104d4547e403a9a5d1802fb5c191b4 100644 (file)
@@ -12,6 +12,7 @@
 
 // Pretty printing tests complain about `use std::predule::*`
 #![allow(unused_imports)]
+#![allow(unstable)]
 
 // We shouldn't need to rebind a moved upvar as mut if it's already
 // marked as mut