2021-07-10 11:38:39 -05:00
|
|
|
error[E0308]: mismatched types
|
2021-08-27 11:04:57 -05:00
|
|
|
--> $DIR/generic-expr-default-concrete.rs:10:5
|
2021-07-10 11:38:39 -05:00
|
|
|
|
|
|
|
|
LL | Foo::<10, 12>
|
2022-07-18 18:25:14 -05:00
|
|
|
| ^^^^^^^^^^^^^ expected `11`, found `12`
|
2021-07-10 11:38:39 -05:00
|
|
|
|
|
2022-08-11 21:00:37 -05:00
|
|
|
= note: expected constant `11`
|
|
|
|
found constant `12`
|
2021-07-10 11:38:39 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|