Skip to content

Commit 4e9c91f

Browse files
committed
Place rustc behavior in a side note.
Generally the reference tries to stay focused on the language, and only provide implementation notes as side-information.
1 parent 224b6c5 commit 4e9c91f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/attributes/debugger.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,7 @@ Accepted options:
158158
The `external` behavior is the default for macros that don't have this attribute, unless they are
159159
built-in macros. For built-in macros the default is `yes`.
160160

161-
Both the default collapsing behavior and `#[collapse_debuginfo]` attributes can be overridden from
162-
command line using the `-C collapse-macro-debuginfo` option.
161+
> **Note**: `rustc` has a `-C collapse-macro-debuginfo` CLI option to override both the default collapsing behavior and `#[collapse_debuginfo]` attributes.
163162
164163
[attribute]: ../attributes.md
165164
[_MetaListIdents_]: ../attributes.md#meta-item-attribute-syntax

0 commit comments

Comments
 (0)