reproduce (this is a W=1 build): # https://github.com/AsahiLinux/linux/commit/c1a65f4ec22c4985b3462675d434f080fbe8fb76 git remote add asahilinux https://github.com/AsahiLinux/linux git fetch --no-tags asahilinux asahi-wip git checkout c1a65f4ec22c4985b3462675d434f080fbe8fb76 # save the config file mkdir build_dir && cp config build_dir/.config make W=1 O=build_dir ARCH=x86_64 olddefconfig make W=1 O=build_dir ARCH=x86_64 SHELL=/bin/bash CLIPPY=1 rustdoc