Skip to content

Feature compiler_builtins_lib is mentioned in docs but has been removed #67593

Closed
@tomaka

Description

@tomaka

The compiler_builtins_lib feature is still mentioned at several places in the documentation: https://github.com/rust-lang/rust/search?q=compiler_builtins_lib&unscoped_q=compiler_builtins_lib

However trying to use it in code leads to an error:

error[E0635]: unknown feature `compiler_builtins_lib`
  --> kernel/standalone/src/main.rs:22:12
   |
22 | #![feature(compiler_builtins_lib)]
   |            ^^^^^^^^^^^^^^^^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions