]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-2316-c.rs
cleanup: s/impl Copy/#[derive(Copy)]/g
[rust.git] / src / test / run-pass / issue-2316-c.rs
index 8dd64b1dbc9b39c135af000bfc4b2d1377d9a7bc..a6fac423bb6772f1ea86a1de55e6447df7453db1 100644 (file)
@@ -8,7 +8,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-// ignore-fast - check-fast doesn't understand aux-build
 // aux-build:issue_2316_a.rs
 // aux-build:issue_2316_b.rs
 
@@ -16,5 +15,5 @@
 use issue_2316_b::cloth;
 
 pub fn main() {
-  let _c: cloth::fabric = cloth::calico;
+  let _c: cloth::fabric = cloth::fabric::calico;
 }