]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/cross-crate-name-hiding.rs
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / cross-crate-name-hiding.rs
index 87d011dfe87316a43933967009334da1ddd8ffb0..dd76ecc5762f534b0129692e367519b9ab4ed41f 100644 (file)
@@ -1,3 +1,6 @@
+// Check that an item defined by a 2.0 macro in another crate cannot be used in
+// another crate.
+
 // aux-build:pub_hygiene.rs
 
 extern crate pub_hygiene;