]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/xcrate-static-addresses.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / xcrate-static-addresses.rs
index d3184968ee6145af336cdabf1b04a4ad694b1afd..6afa02fce55149a45552a0953c317d684b9fe5d4 100644 (file)
@@ -8,12 +8,11 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast
 // aux-build:xcrate_static_addresses.rs
 
 extern crate xcrate_static_addresses;
 
-use other = xcrate_static_addresses;
+use xcrate_static_addresses as other;
 
 pub fn main() {
     other::verify_same(&other::global);