Skip to content

Commit ebf3c8d

Browse files
committed
add compile-pass annotation
1 parent 9cdf491 commit ebf3c8d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/ui/issues/issue-56128.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// Regression test for #56128. When this `pub(super) use...` gets
22
// exploded in the HIR, we were not handling ids correctly.
3+
//
4+
// compile-pass
35

46
mod bar {
57
pub(super) use self::baz::{x, y};

0 commit comments

Comments
 (0)