Skip to content

Commit c495b96

Browse files
committed
Link collapse_debuginfo in the index of built-in attributes.
1 parent 860fe4a commit c495b96

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/attributes.md

+2
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ The following is an index of all built-in attributes.
273273
added in future.
274274
- Debugger
275275
- [`debugger_visualizer`] — Embeds a file that specifies debugger output for a type.
276+
- [`collapse_debuginfo`] — Controls how macro invocations are encoded in debuginfo.
276277

277278
[Doc comments]: comments.md#doc-comments
278279
[ECMA-334]: https://www.ecma-international.org/publications-and-standards/standards/ecma-334/
@@ -291,6 +292,7 @@ The following is an index of all built-in attributes.
291292
[`cfg_attr`]: conditional-compilation.md#the-cfg_attr-attribute
292293
[`cfg`]: conditional-compilation.md#the-cfg-attribute
293294
[`cold`]: attributes/codegen.md#the-cold-attribute
295+
[`collapse_debuginfo`]: attributes/debugger.md#the-collapse_debuginfo-attribute
294296
[`crate_name`]: crates-and-source-files.md#the-crate_name-attribute
295297
[`crate_type`]: linkage.md
296298
[`debugger_visualizer`]: attributes/debugger.md#the-debugger_visualizer-attribute

0 commit comments

Comments
 (0)