Open
Description
On beta (https://doc.rust-lang.org/beta/compiler_builtins/index.html), compiler_builtins
is shown as a crate alongside std
, core
, alloc
, proc_macro
and test
. It does not document itself as being an unstable feature, but it does not seem to be usable without #![feature(rustc_private)]
.
Is it a bug that it is displayed there or am I missing something else?
(might be caused by #141993)
Metadata
Metadata
Assignees
Labels
Area: compiler-builtins (https://github.com/rust-lang/compiler-builtins)Area: Documentation for any part of the project, including the compiler, standard library, and toolsCategory: This is a bug.Issue: Indicates that prioritization has been requested for this issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.Performance or correctness regression from stable to beta.