testsuite: Allow structural records in two tests that use pipes
This commit is contained in:
parent
93043baab4
commit
9f11485357
2 changed files with 6 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
// Compare bounded and unbounded protocol performance.
|
// Compare bounded and unbounded protocol performance.
|
||||||
|
|
||||||
|
#[allow(structural_records)]; // Pipes
|
||||||
|
// Until a snapshot
|
||||||
|
// xfail-pretty
|
||||||
|
|
||||||
extern mod std;
|
extern mod std;
|
||||||
|
|
||||||
use pipes::{spawn_service, recv};
|
use pipes::{spawn_service, recv};
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
|
|
||||||
// xfail-pretty
|
// xfail-pretty
|
||||||
|
|
||||||
|
#[allow(structural_records)]; // Pipes
|
||||||
|
|
||||||
extern mod std;
|
extern mod std;
|
||||||
|
|
||||||
use core::option;
|
use core::option;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue