Skip to content

Commit 96b2c4e

Browse files
committed
---
yaml --- r: 24547 b: refs/heads/try2 c: d669486 h: refs/heads/master i: 24545: 9a4ea6b 24543: 8aef4d6 v: v3
1 parent 0925d51 commit 96b2c4e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 25e0455d047bf2efc7b1e6e118f438d634a61778
8+
refs/heads/try2: d66948604a09e3b326180095414ce25c37667b98
99
refs/heads/incoming: 05543fd04dfb3f63b453a331e239ceb1a9a219f9
1010
refs/heads/dist-snap: 2f32a1581f522e524009138b33b1c7049ced668d
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
// xfail-fast
22
// aux-build:cci_class_cast.rs
33
use cci_class_cast;
4-
import cci_class_cast::kitty::*;
54
import to_str::*;
6-
import to_str::to_str;
5+
import cci_class_cast::kitty::*;
76

87
fn print_out<T: to_str>(thing: T, expected: str) {
98
let actual = thing.to_str();

0 commit comments

Comments
 (0)