test: Fix cyclic import in class-cast-to-iface-cross-crate-2
This commit is contained in:
parent
25e0455d04
commit
d66948604a
@ -1,9 +1,8 @@
|
||||
// xfail-fast
|
||||
// aux-build:cci_class_cast.rs
|
||||
use cci_class_cast;
|
||||
import cci_class_cast::kitty::*;
|
||||
import to_str::*;
|
||||
import to_str::to_str;
|
||||
import cci_class_cast::kitty::*;
|
||||
|
||||
fn print_out<T: to_str>(thing: T, expected: str) {
|
||||
let actual = thing.to_str();
|
||||
|
Loading…
x
Reference in New Issue
Block a user