mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
add xfail-fast directive
This commit is contained in:
parent
a2f60651f1
commit
9504778e2a
@ -2,6 +2,7 @@
|
||||
// name_pool::methods impl in the other crate is reachable from this
|
||||
// crate.
|
||||
|
||||
// xfail-fast
|
||||
// aux-build:crate-method-reexport-grrrrrrr2.rs
|
||||
|
||||
use crate_method_reexport_grrrrrrr2;
|
||||
@ -12,4 +13,4 @@ fn main() {
|
||||
x.cx();
|
||||
let y = ();
|
||||
y.add("hi");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user