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)
On beta (https://doc.rust-lang.org/beta/compiler_builtins/index.html),
compiler_builtinsis shown as a crate alongsidestd,core,alloc,proc_macroandtest. 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)