Strengthen well known check-cfg names and values test
This commit is contained in:
parent
c41669970a
commit
bba9862b95
3 changed files with 305 additions and 67 deletions
|
@ -1422,6 +1422,9 @@ impl CheckCfg {
|
|||
};
|
||||
|
||||
// NOTE: This should be kept in sync with `default_configuration`
|
||||
//
|
||||
// When adding a new config here you should also update
|
||||
// `tests/ui/check-cfg/well-known-values.rs`.
|
||||
|
||||
let panic_values = &PanicStrategy::all();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue