2021-08-27 11:04:57 -05:00
|
|
|
error[E0308]: mismatched types
|
|
|
|
--> $DIR/unify-n-nplusone.rs:14:11
|
2020-09-09 02:43:53 -05:00
|
|
|
|
|
2021-08-27 11:04:57 -05:00
|
|
|
LL | arr = bind(arr);
|
|
|
|
| ^^^^^^^^^ encountered a self-referencing constant
|
2020-09-09 02:43:53 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2021-08-27 11:04:57 -05:00
|
|
|
For more information about this error, try `rustc --explain E0308`.
|