blob: aeb2bd4b22ddf859d8e0a7820a323ce78803b4d6 [file] [edit]
error[E0275]: overflow evaluating the requirement `A == _`
--> $DIR/free-const-recursive.rs:7:1
|
LL | type const A: () = A;
| ^^^^^^^^^^^^^^^^
error[E0275]: overflow evaluating the requirement `the constant `A` has type `()``
--> $DIR/free-const-recursive.rs:7:1
|
LL | type const A: () = A;
| ^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0275`.