Skip to content

Commit 73de191

Browse files
ehusstraviscross
authored andcommitted
Linkify collapse-macro-debuginfo arg
1 parent b81139a commit 73de191

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/attributes/debugger.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ r[attributes.debugger.collapse_debuginfo.default]
201201
The `external` behavior is the default for macros that don't have this attribute, unless they are built-in macros. For built-in macros the default is `yes`.
202202

203203
> [!NOTE]
204-
> `rustc` has a `-C collapse-macro-debuginfo` CLI option to override both the default collapsing behavior and `#[collapse_debuginfo]` attributes.
204+
> `rustc` has a [`-C collapse-macro-debuginfo`] CLI option to override both the default collapsing behavior and `#[collapse_debuginfo]` attributes.
205205
206+
[`-C collapse-macro-debuginfo`]: ../../rustc/codegen-options/index.html#collapse-macro-debuginfo
206207
[`macro_rules` definition]: ../macros-by-example.md
207208
[attribute]: ../attributes.md

0 commit comments

Comments
 (0)