Skip to content

Commit

Permalink
Auto merge of #12376 - ehuss:artifact-json-docs, r=epage
Browse files Browse the repository at this point in the history
Update docs for artifact JSON debuginfo levels.

String-based debuginfo levels were added in #11958, but the documentation wasn't updated to reflect that.
  • Loading branch information
bors committed Jul 19, 2023
2 parents 1b15556 + b009d28 commit 499296e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/doc/src/reference/external-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ following structure:
"profile": {
/* The optimization level. */
"opt_level": "0",
/* The debug level, an integer of 0, 1, or 2. If `null`, it implies
/* The debug level, an integer of 0, 1, or 2, or a string
"line-directives-only" or "line-tables-only". If `null`, it implies
rustc's default of 0.
*/
"debuginfo": 2,
Expand Down

0 comments on commit 499296e

Please sign in to comment.