blob: e3587de8613d6ca11b1fc397d7fe6ffd1fe44721 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0275]: overflow assigning `_` to `*const _`
--> $DIR/subtype-recursion-limit.rs:12:17
|
LL | let mut w = (x, y);
| ^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.
|