]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-40749.stderr
Rollup merge of #92942 - Xaeroxe:raw_arg, r=dtolnay
[rust.git] / src / test / ui / issues / issue-40749.stderr
1 error[E0308]: mismatched types
2   --> $DIR/issue-40749.rs:2:9
3    |
4 LL |     [0; ..10];
5    |         ^^^^ expected `usize`, found struct `RangeTo`
6    |
7    = note: expected type `usize`
8             found struct `RangeTo<{integer}>`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.