about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-31 04:18:15 +0000
committerbors <bors@rust-lang.org>2023-12-31 04:18:15 +0000
commitfcfe05aa7538fbb18fc3baff9aabdf9a1cd14b1e (patch)
tree4451a35c833be35599318a7c577f03a85ca6a1e6 /compiler/rustc_const_eval/src/errors.rs
parent64d5515cc3a2a5dfe406d67334c3337991f7ea9b (diff)
parenta236bdd77f958d3974cb241fa6212ef739558942 (diff)
downloadrust-fcfe05aa7538fbb18fc3baff9aabdf9a1cd14b1e.tar.gz
rust-fcfe05aa7538fbb18fc3baff9aabdf9a1cd14b1e.zip
Auto merge of #119441 - Urgau:check-cfg-simplify-bootstrap-args, r=onur-ozkan
Simplify bootstrap `--check-cfg` arguments

This PR simplifies the generated check-cfg arguments generated for the no-values case.

For the `bootstrap` cfg:

```diff
- --check-cfg=cfg(bootstrap,values())
+ --check-cfg=cfg(bootstrap)
```

Those are equivalent, so there isn't any semantic difference; but the invocation is short and less distracting.

`@rustbot` label +F-check-cfg
Diffstat (limited to 'compiler/rustc_const_eval/src/errors.rs')
0 files changed, 0 insertions, 0 deletions