2021-01-24 20:08:12 +01:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/unused-substs-4.rs:10:11
|
|
|
|
|
|
|
|
|
LL | arr = bind(arr);
|
|
|
|
| ^^^^^^^^^ encountered a self-referencing constant
|
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2021-01-24 20:08:12 +01:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|