about summary refs log tree commit diff
path: root/src/test/ui/check-cfg/empty-values.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-10/+0
2022-03-04Add well known values to --check-cfg implementationLoïc BRANSTETT-1/+5
2022-03-03Add support for values() with --check-cfgLoïc BRANSTETT-2/+2
2022-02-16Implement --check-cfg option (RFC 3013)Loïc BRANSTETT-0/+6
Co-authored-by: Urgau <lolo.branstett@numericable.fr> Co-authored-by: Marcelina Kościelnicka <mwk@0x04.net>