We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
compiler_builtins_lib
1 parent 7bc1665 commit b8ccc0fCopy full SHA for b8ccc0f
src/doc/unstable-book/src/language-features/lang-items.md
@@ -188,11 +188,7 @@ pub extern fn rust_begin_panic(info: &PanicInfo) -> ! {
188
189
In many cases, you may need to manually link to the `compiler_builtins` crate
190
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
+such as "```undefined reference to `__rust_probestack'```".
196
197
## More about the language items
198
src/doc/unstable-book/src/library-features/compiler-builtins-lib.md
0 commit comments