]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/cross-crate-newtype-struct-pat.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / cross-crate-newtype-struct-pat.rs
index 8988ee52b1649b9f7d0094ac5ededd88ee5698ab..c2083c8e705eecb18eb86421b5558568bd739960 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 // aux-build:newtype_struct_xc.rs
 
 extern crate newtype_struct_xc;