Sign in
android
/
toolchain
/
rustc
/
d59a28787b7ba06edbd1e4528a42b66d67dc6a19
/
.
/
src
/
test
/
incremental
/
issue-79890-imported-crates-changed.rs
blob: 93daa5ca93588f6628bf0d4615a235bd5a6252d4 [
file
] [
log
] [
blame
]
// aux-build:issue-79890.rs
// revisions:rpass1 rpass2 rpass3
// compile-flags:--extern issue_79890 --test
// edition:2018
// Tests that we don't ICE when the set of imported crates changes
#[
cfg
(
rpass2
)]
use
issue_79890
::
MyTrait
;