]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-14936.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-14936.rs
index 960dae8b7043ca4c58541e464a121040a2985928..a441729e2d0ba015287dad9217a5a823f59a9a4a 100644 (file)
@@ -8,7 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#![feature(asm, macro_rules)]
+#![feature(asm)]
 
 type History = Vec<&'static str>;