New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/issues/34889#issuecomment-1161385266 Comment: Probably can be closed. One thing that might still be worth mentioning is that xlint requires specific versions by now, so the solution suggested here has to be adapted slightly: ``` cargo update --package autocfg:1.0.1 --precise 1.1.0 cargo update --package autocfg:0.1.7 --precise 0.1.8 ```