File tree Expand file tree Collapse file tree 2 files changed +1
-40
lines changed
src/doc/unstable-book/src Expand file tree Collapse file tree 2 files changed +1
-40
lines changed Original file line number Diff line number Diff line change @@ -188,11 +188,7 @@ pub extern fn rust_begin_panic(info: &PanicInfo) -> ! {
188
188
189
189
In many cases, you may need to manually link to the ` compiler_builtins ` crate
190
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
191
+ such as "``` undefined reference to `__rust_probestack' ``` ".
196
192
197
193
## More about the language items
198
194
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments