You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is due to this link to the librustc_codegen_utils docs in appendix/stupid-stats.md:
> NOTE: `librustc_trans` and `librustc_back` no longer exist, and we don't> translate AST or HIR directly to LLVM IR anymore. Instead, see> [`librustc_codegen_llvm`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_llvm/index.html)> and [`librustc_codegen_utils`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_utils/index.html).
@chrissimpkinslibrustc_codgen_utils has been dissolved into a bunch of places. It probably makes more sense to point to librustc_codegen_ssa and librustc_codegen_llvm.
It looks like the merge of rust-lang/rust#69965 led to mdbook build fails on Travis: https://travis-ci.com/github/rust-lang/rustc-dev-guide/builds/154502721#L342
It is due to this link to the
librustc_codegen_utils
docs inappendix/stupid-stats.md
:The https://doc.rust-lang.org/nightly/nightly-rustc/rustc_codegen_utils/index.html URL lands on a 404 page. Should it be removed or is there an updated location that still pertains here?
The text was updated successfully, but these errors were encountered: