mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 20:35:53 +00:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
error[E0308]: mismatched types
|
|
--> $DIR/unify-n-nplusone.rs:14:11
|
|
|
|
|
LL | arr = bind(arr);
|
|
| ^^^^^^^^^ encountered a self-referencing constant
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|