You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/attributes/debugger.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,7 @@ Accepted options:
158
158
The `external` behavior is the default for macros that don't have this attribute, unless they are
159
159
built-in macros. For built-in macros the default is `yes`.
160
160
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.
0 commit comments