Skip to content

Commit e24f4d5

Browse files
Convert conservative_impl_trait.rs to compile-pass
1 parent 31d5878 commit e24f4d5

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Diff for: src/test/run-pass/traits/conservative_impl_trait.stderr

-8
This file was deleted.

Diff for: src/test/run-pass/traits/conservative_impl_trait.rs renamed to src/test/ui/traits/conservative_impl_trait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11-
// run-pass
11+
// compile-pass
1212
// #39665
1313

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

0 commit comments

Comments
 (0)