Skip to content

Commit

Permalink
Convert conservative_impl_trait.rs to compile-pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Oct 4, 2018
1 parent 31d5878 commit e24f4d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions src/test/run-pass/traits/conservative_impl_trait.stderr

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.

// run-pass
// compile-pass
// #39665

fn batches(n: &u32) -> impl Iterator<Item=&u32> {
Expand Down

0 comments on commit e24f4d5

Please sign in to comment.