Skip to content

Commit

Permalink
Remove compiler_builtins_lib documentation
Browse files Browse the repository at this point in the history
Fixes #67593
  • Loading branch information
kraai committed Dec 25, 2019
1 parent 7bc1665 commit b8ccc0f
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
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 b8ccc0f

Please sign in to comment.