We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb8dc3 commit 6f32a63Copy full SHA for 6f32a63
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: a2f60651f1f7beb246fee92666f7b168a2ff2c6f
+refs/heads/master: 9504778e2aec920b577a96eddb677d8c7207f1fb
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
trunk/src/test/run-pass/crate-method-reexport-grrrrrrr.rs
@@ -2,6 +2,7 @@
// name_pool::methods impl in the other crate is reachable from this
// crate.
+// xfail-fast
6
// aux-build:crate-method-reexport-grrrrrrr2.rs
7
8
use crate_method_reexport_grrrrrrr2;
@@ -12,4 +13,4 @@ fn main() {
12
13
x.cx();
14
let y = ();
15
y.add("hi");
-}
16
+}
0 commit comments