mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
add compile-pass annotation
This commit is contained in:
parent
9cdf4911db
commit
ebf3c8d8e9
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
// Regression test for #56128. When this `pub(super) use...` gets
|
||||
// exploded in the HIR, we were not handling ids correctly.
|
||||
//
|
||||
// compile-pass
|
||||
|
||||
mod bar {
|
||||
pub(super) use self::baz::{x, y};
|
||||
|
|
Loading…
Reference in a new issue