c0858f4f7a
Instead of using node_id_to_type to look up the trait type, pass it in as an argument. This handles the case where we check an impl of a trait T before T has been traversed.
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
mod trait_mix {
|
|
#[path = "trait-mix.rs"]
|
|
mod trait_mix;
|
|
mod u_trait_mix;
|
|
}
|