rust/src/test/run-pass/trait-mix.rc
Tim Chevalier c0858f4f7a In typeck::collect::ensure_trait_methods, don't assume the trait was already checked
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.
2012-08-13 17:38:58 -07:00

6 lines
87 B
Plaintext

mod trait_mix {
#[path = "trait-mix.rs"]
mod trait_mix;
mod u_trait_mix;
}