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