Commit ade532c 1 parent 06117e4 commit ade532c Copy full SHA for ade532c
File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,7 @@ fn panic(info: &PanicInfo) -> ! {
51
51
52
52
### Standard behavior
53
53
54
- The standard library provides an implementation of ` panic_handler ` than can be
55
- statically customized using the ` -C panic ` flag. ` -C panic=abort ` makes panics
56
- abort the process, and ` -C panic=unwind ` makes panics unwind the panicking
57
- thread. If no panicking behavior is specified using ` -C panic ` one of these two
58
- behaviors is chosen according to the compilation target.
54
+ The standard library provides an implementation of ` panic_handler ` than defaults
55
+ to unwinding the stack but that can be [ changed to abort the process] [ abort ] .
56
+
57
+ [ abort ] : ../book/2018-edition/ch09-01-unrecoverable-errors-with-panic.html
You can’t perform that action at this time.
0 commit comments