mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
testsuite: Allow structural records in two tests that use pipes
This commit is contained in:
parent
93043baab4
commit
9f11485357
@ -10,6 +10,10 @@
|
||||
|
||||
// Compare bounded and unbounded protocol performance.
|
||||
|
||||
#[allow(structural_records)]; // Pipes
|
||||
// Until a snapshot
|
||||
// xfail-pretty
|
||||
|
||||
extern mod std;
|
||||
|
||||
use pipes::{spawn_service, recv};
|
||||
|
@ -20,6 +20,8 @@
|
||||
|
||||
// xfail-pretty
|
||||
|
||||
#[allow(structural_records)]; // Pipes
|
||||
|
||||
extern mod std;
|
||||
|
||||
use core::option;
|
||||
|
Loading…
Reference in New Issue
Block a user