Closed
Description
Currently the generated intra-doc links go to the official Rust docs webpage.
Consider generating core
and alloc
so that:
- It doesn't require internet (for local builds).
- It doesn't depend on another host (for kernel.org builds).
- They are consistent with the compiled crates (e.g. nightly Rust could have added features not present in the local version).