1
Fork 0

Strengthen well known check-cfg names and values test

This commit is contained in:
Urgau 2023-12-07 12:04:00 +01:00
parent c41669970a
commit bba9862b95
3 changed files with 305 additions and 67 deletions

View file

@ -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();