]> git.lizzy.rs Git - rust.git/blob - src/test/ui/conservative_impl_trait.stderr
Merge commit 'e9d1a0a7b0b28dd422f1a790ccde532acafbf193' into sync_cg_clif-2022-08-24
[rust.git] / src / test / ui / conservative_impl_trait.stderr
1 error[E0277]: `()` is not an iterator
2   --> $DIR/conservative_impl_trait.rs:3:33
3    |
4 LL | fn will_ice(something: &u32) -> impl Iterator<Item = &u32> {
5    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^ `()` is not an iterator
6    |
7    = help: the trait `Iterator` is not implemented for `()`
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0277`.