]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/hygiene/cross-crate-redefine.rs
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[rust.git] / src / test / ui / hygiene / cross-crate-redefine.rs
index c79a6be5133d6d0c1de833b848f80e0bc264dfd3..3cb06b4bad87359d98e677838465b70635b8de62 100644 (file)
@@ -1,3 +1,6 @@
+// Check that items with identical `SyntaxContext` conflict even when that
+// context involves a mark from another crate.
+
 // aux-build:use_by_macro.rs
 
 extern crate use_by_macro;