Skip to content

Commit

Permalink
Rollup merge of rust-lang#67617 - kraai:remove-compiler_builtins_lib-…
Browse files Browse the repository at this point in the history
…docs, r=Dylan-DPC

Remove `compiler_builtins_lib` documentation

Fixes rust-lang#67593
  • Loading branch information
JohnTitor committed Dec 26, 2019
2 parents f3aac95 + b8ccc0f commit 4381953
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 40 deletions.
6 changes: 1 addition & 5 deletions src/doc/unstable-book/src/language-features/lang-items.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,7 @@ pub extern fn rust_begin_panic(info: &PanicInfo) -> ! {

In many cases, you may need to manually link to the `compiler_builtins` crate
when building a `no_std` binary. You may observe this via linker error messages
such as "```undefined reference to `__rust_probestack'```". Using this crate
also requires enabling the library feature `compiler_builtins_lib`. You can read
more about this [here][compiler-builtins-lib].

[compiler-builtins-lib]: ../library-features/compiler-builtins-lib.md
such as "```undefined reference to `__rust_probestack'```".

## More about the language items

Expand Down

This file was deleted.

0 comments on commit 4381953

Please sign in to comment.