add compile-pass annotation

This commit is contained in:
Niko Matsakis 2018-11-21 18:50:10 -05:00
parent 9cdf4911db
commit ebf3c8d8e9

View file

@ -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};