]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/defaults/generic-expr-default-concrete.stderr
905a285370a0dd0454e568a753cf91108113b8b6
[rust.git] / src / test / ui / const-generics / defaults / generic-expr-default-concrete.stderr
1 error[E0308]: mismatched types
2   --> $DIR/generic-expr-default-concrete.rs:10:5
3    |
4 LL |     Foo::<10, 12>
5    |     ^^^^^^^^^^^^^ expected `11_usize`, found `12_usize`
6    |
7    = note: expected type `11_usize`
8               found type `12_usize`
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0308`.