Skip to content

Commit 3f06a8c

Browse files
committed
test: Try to work around a resolve1 bug in class-cast-to-iface-cross-crate-2
1 parent 08368a3 commit 3f06a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/run-pass/class-cast-to-iface-cross-crate-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// xfail-fast
22
// aux-build:cci_class_cast.rs
33
use cci_class_cast;
4-
import to_str::*;
4+
import to_str::to_str;
55
import cci_class_cast::kitty::*;
66

77
fn print_out<T: to_str>(thing: T, expected: str) {

0 commit comments

Comments
 (0)