blob: e3587de8613d6ca11b1fc397d7fe6ffd1fe44721 [file] [log] [blame]
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`.