]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-pass.rs
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
[rust.git] / src / test / ui / macros / macro-path-prelude-pass.rs
1 // check-pass
2
3 mod m {
4     fn check() {
5         std::panic!(); // OK
6     }
7 }
8
9 fn main() {}