mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-01 23:31:32 +00:00
8 lines
232 B
Rust
8 lines
232 B
Rust
// 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;
|