We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d534b6 commit 04222f9Copy full SHA for 04222f9
src/conditional-compilation.md
@@ -304,14 +304,16 @@ r[cfg.panic]
304
### `panic`
305
306
r[cfg.panic.general]
307
-Key-value option set depending on the panic strategy. Note that more values may be added in the future.
+Key-value option set depending on the [panic strategy]. Note that more values may be added in the future.
308
309
r[cfg.panic.values]
310
Example values:
311
312
* `"abort"`
313
* `"unwind"`
314
315
+[panic strategy]: panic.md#panic-strategy
316
+
317
## Forms of conditional compilation
318
319
r[cfg.attr]
0 commit comments