Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
incremental
/
issue-79890-imported-crates-changed.rs
blob: 8c70d224f9e58797bb38dc51e01fe3102cd0b03a [
file
] [
log
] [
blame
] [
edit
]
//@ 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
;