Skip to content

Commit

Permalink
Rollup merge of #122157 - dpaoliello:targetdesc, r=Nilstrieb
Browse files Browse the repository at this point in the history
Add the new description field to Target::to_json, and add descriptions for some MSVC targets

The original PR to add a `description` field to `Target` (<rust-lang/rust#121905>) didn't add the field to `Target::to_json`, which meant that the `check_consistency` testwould fail if you tried to set a description as it wouldn't survive round-tripping via JSON: https://github.com/rust-lang/rust/actions/runs/8180997936/job/22370052535#step:27:4967

This change adds the field to `Target::to_json`, and sets some descriptions to verify that it works correctly.
  • Loading branch information
matthiaskrgr committed Mar 8, 2024
2 parents 42d991f + 8ca6229 commit 5ae0d6b
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 5ae0d6b

Please sign in to comment.