Skip to content

Commit 55165c0

Browse files
committed
moved renamed stderr | conservative_impl_trait.rs
1 parent ae31c15 commit 55165c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/conservative_impl_trait.rs renamed to tests/ui/diagnostic-width/impl-trait-invalid-iterator-error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// #39872, #39553
1+
//! Test for #39872 and #39553
22
33
fn will_ice(something: &u32) -> impl Iterator<Item = &u32> {
44
//~^ ERROR `()` is not an iterator

tests/ui/conservative_impl_trait.stderr renamed to tests/ui/diagnostic-width/impl-trait-invalid-iterator-error.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0277]: `()` is not an iterator
2-
--> $DIR/conservative_impl_trait.rs:3:33
2+
--> $DIR/impl-trait-invalid-iterator-error.rs:3:33
33
|
44
LL | fn will_ice(something: &u32) -> impl Iterator<Item = &u32> {
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` is not an iterator

0 commit comments

Comments
 (0)