Added missing xfail-fast.
This commit is contained in:
parent
63ba2e1219
commit
7becc0f34c
2 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,8 @@
|
|||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
#[feature(simd)];
|
||||
|
||||
use std::ops;
|
||||
|
|
|
|||
|
|
@ -7,6 +7,9 @@
|
|||
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-fast
|
||||
|
||||
#[allow(experimental)];
|
||||
#[feature(simd)];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue