]> git.lizzy.rs Git - rust.git/blob - tests/incremental/issue-79890-imported-crates-changed.rs
Rollup merge of #107323 - JakobDegen:const-goto, r=tmiasko
[rust.git] / tests / incremental / issue-79890-imported-crates-changed.rs
1 // aux-build:issue-79890.rs
2 // revisions:rpass1 rpass2 rpass3
3 // compile-flags:--extern issue_79890 --test
4 // edition:2018
5
6 // Tests that we don't ICE when the set of imported crates changes
7 #[cfg(rpass2)] use issue_79890::MyTrait;