]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/conservative_impl_trait.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / conservative_impl_trait.stderr
index cfa4618566ef1cea057b3b1df1972be7749ed427..58223d9d3bf3f89510316101f103e7265e76ad2a 100644 (file)
@@ -1,5 +1,5 @@
 error[E0277]: `()` is not an iterator
-  --> $DIR/conservative_impl_trait.rs:13:33
+  --> $DIR/conservative_impl_trait.rs:3:33
    |
 LL | fn will_ice(something: &u32) -> impl Iterator<Item = &u32> {
    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` is not an iterator