]> git.lizzy.rs Git - rust.git/blob - src/test/ui/consts/const-eval/const-eval-span.stderr
Rollup merge of #104076 - ozkanonur:fix-ci-rustc-sysroot, r=jyn514
[rust.git] / src / test / ui / consts / const-eval / const-eval-span.stderr
1 error[E0308]: mismatched types
2   --> $DIR/const-eval-span.rs:9:9
3    |
4 LL |     V = CONSTANT,
5    |         ^^^^^^^^ expected `isize`, found struct `S`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0308`.