mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 22:47:32 +00:00
9 lines
261 B
Rust
9 lines
261 B
Rust
//@ aux-build:issue-79890.rs
|
|
//@ revisions:rpass1 rpass2 rpass3
|
|
//@ compile-flags:--extern issue_79890 --test
|
|
//@ edition:2018
|
|
//@ ignore-backends: gcc
|
|
|
|
// Tests that we don't ICE when the set of imported crates changes
|
|
#[cfg(rpass2)] use issue_79890::MyTrait;
|