rust/tests/ui/const-generics/occurs-check/unify-n-nplusone.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
272 B
Plaintext
Raw Normal View History

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