Skip to content

Commit b8ccc0f

Browse files
committed
Remove compiler_builtins_lib documentation
Fixes #67593
1 parent 7bc1665 commit b8ccc0f

File tree

2 files changed

+1
-40
lines changed

2 files changed

+1
-40
lines changed

src/doc/unstable-book/src/language-features/lang-items.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,7 @@ pub extern fn rust_begin_panic(info: &PanicInfo) -> ! {
188188

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

197193
## More about the language items
198194

src/doc/unstable-book/src/library-features/compiler-builtins-lib.md

-35
This file was deleted.

0 commit comments

Comments
 (0)