Shorten span for closures.

This commit is contained in:
Camille GILLOT 2022-06-27 07:45:35 +02:00
parent 5483a7dd44
commit 347d999b97
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ LL | fn bug<T>() -> impl Iterator<Item = [(); { |x: [u8]| x }]> {
| ^^^^^^^^^^^ expected `usize`, found closure
|
= note: expected type `usize`
found closure `[closure@$DIR/ice-6251.rs:4:44: 4:55]`
found closure `[closure@$DIR/ice-6251.rs:4:44: 4:53]`
error: aborting due to 4 previous errors