blob: 7d09af9a7d4afba023ce8529a8ccf9336b60b7a8 [file] [log] [blame]
error[E0275]: overflow assigning `Box<_>` to `_`
--> $DIR/infinite-autoderef.rs:16:13
|
LL | x = Box::new(x);
| ^^^^^^^^^^^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.