Skip to content

Commit

Permalink
Ignore doc tests which "Broken MIR" ICE occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jun 6, 2019
1 parent 6a69c0f commit a8de018
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 6 additions & 3 deletions futures-util/src/stream/mod.rs
Expand Up @@ -407,7 +407,8 @@ pub trait StreamExt: Stream {
///
/// # Examples
///
/// ```
// TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
/// ```ignore
/// #![feature(async_await)]
/// # futures::executor::block_on(async {
/// use futures::channel::mpsc;
Expand Down Expand Up @@ -444,7 +445,8 @@ pub trait StreamExt: Stream {
///
/// # Examples
///
/// ```
// TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
/// ```ignore
/// #![feature(async_await)]
/// # futures::executor::block_on(async {
/// use futures::channel::mpsc;
Expand Down Expand Up @@ -507,7 +509,8 @@ pub trait StreamExt: Stream {
///
/// # Examples
///
/// ```
// TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
/// ```ignore
/// #![feature(async_await)]
/// # futures::executor::block_on(async {
/// use futures::channel::mpsc;
Expand Down
6 changes: 4 additions & 2 deletions futures-util/src/try_stream/mod.rs
Expand Up @@ -449,7 +449,8 @@ pub trait TryStreamExt: TryStream {
///
/// # Examples
///
/// ```
// TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
/// ```ignore
/// #![feature(async_await)]
/// # futures::executor::block_on(async {
/// use futures::channel::mpsc;
Expand Down Expand Up @@ -607,7 +608,8 @@ pub trait TryStreamExt: TryStream {
///
/// # Examples
///
/// ```
// TODO: https://github.com/rust-lang-nursery/futures-rs/issues/1657
/// ```ignore
/// #![feature(async_await)]
/// # futures::executor::block_on(async {
/// use futures::channel::mpsc;
Expand Down

0 comments on commit a8de018

Please sign in to comment.