Skip to content

Commit 499296e

Browse files
committed
Auto merge of #12376 - ehuss:artifact-json-docs, r=epage
Update docs for artifact JSON debuginfo levels. String-based debuginfo levels were added in #11958, but the documentation wasn't updated to reflect that.
2 parents 1b15556 + b009d28 commit 499296e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/doc/src/reference/external-tools.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,8 @@ following structure:
159159
"profile": {
160160
/* The optimization level. */
161161
"opt_level": "0",
162-
/* The debug level, an integer of 0, 1, or 2. If `null`, it implies
162+
/* The debug level, an integer of 0, 1, or 2, or a string
163+
"line-directives-only" or "line-tables-only". If `null`, it implies
163164
rustc's default of 0.
164165
*/
165166
"debuginfo": 2,

0 commit comments

Comments
 (0)