Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
tomaka opened this issue Dec 24, 2019 · 0 comments · Fixed by #67617
Closed

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

tomaka opened this issue Dec 24, 2019 · 0 comments · Fixed by #67617
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@tomaka
Copy link
Contributor

tomaka commented Dec 24, 2019

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)]
   |            ^^^^^^^^^^^^^^^^^^^^^
@jonas-schievink jonas-schievink added E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue. A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. labels Dec 24, 2019
JohnTitor added a commit to JohnTitor/rust that referenced this issue Dec 26, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
JohnTitor added a commit to JohnTitor/rust that referenced this issue Dec 26, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this issue Dec 26, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
Mark-Simulacrum added a commit to Mark-Simulacrum/rust that referenced this issue Dec 26, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
JohnTitor added a commit to JohnTitor/rust that referenced this issue Dec 27, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
oli-obk added a commit to oli-obk/rust that referenced this issue Dec 27, 2019
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
@bors bors closed this as completed in b8ccc0f Dec 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools C-bug Category: This is a bug. E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants