rust/tests/ui/check-cfg
2024-03-06 17:24:32 +08:00
..
allow-at-crate-level.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
allow-macro-cfg.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
allow-same-level.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
allow-same-level.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
allow-top-level.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
allow-upper-level.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cargo-feature.none.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
cargo-feature.rs Use better heuristic for printing Cargo specific diagnostics 2024-02-17 16:49:01 +01:00
cargo-feature.some.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
cfg-value-for-cfg-name-duplicate.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cfg-value-for-cfg-name-duplicate.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
cfg-value-for-cfg-name-multiple.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cfg-value-for-cfg-name-multiple.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
cfg-value-for-cfg-name.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
cfg-value-for-cfg-name.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
compact-names.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
compact-names.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
compact-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
compact-values.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
concat-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
concat-values.stderr Add way to express no-values with check-cfg 2024-01-13 17:19:46 +01:00
diagnotics.cargo.stderr
diagnotics.rs Use better heuristic for printing Cargo specific diagnostics 2024-02-17 16:49:01 +01:00
diagnotics.rustc.stderr
empty-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
empty-values.stderr Add way to express no-values with check-cfg 2024-01-13 17:19:46 +01:00
exhaustive-names-values.empty_cfg.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
exhaustive-names-values.feature.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
exhaustive-names-values.full.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
exhaustive-names-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
exhaustive-names.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
exhaustive-names.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
exhaustive-values.empty_cfg.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
exhaustive-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
exhaustive-values.without_names.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
invalid-arguments.any_values.stderr
invalid-arguments.anything_else.stderr
invalid-arguments.cfg_none.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.giberich.stderr
invalid-arguments.ident_in_values_1.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.ident_in_values_2.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.mixed_any.stderr
invalid-arguments.mixed_values_any.stderr
invalid-arguments.multiple_any.stderr
invalid-arguments.multiple_values_any.stderr
invalid-arguments.multiple_values.stderr
invalid-arguments.none_not_empty.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.not_empty_any.stderr
invalid-arguments.not_empty_values_any.stderr
invalid-arguments.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
invalid-arguments.string_for_name_1.stderr
invalid-arguments.string_for_name_2.stderr
invalid-arguments.unknown_meta_item_1.stderr
invalid-arguments.unknown_meta_item_2.stderr
invalid-arguments.unknown_meta_item_3.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
invalid-arguments.unterminated.stderr
invalid-arguments.values_any_before_ident.stderr
invalid-arguments.values_any_missing_values.stderr
mix.rs Limit the number of names and values in check-cfg diagnostics 2024-03-05 07:54:04 +01:00
mix.stderr loongarch: add frecipe and relax target feature 2024-03-06 17:24:32 +08:00
my-awesome-platform.json
no-expected-values.empty.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
no-expected-values.mixed.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
no-expected-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
no-expected-values.simple.stderr Exclude well known names from showing a suggestion in check-cfg 2024-01-12 18:47:05 +01:00
order-independant.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
order-independant.values_after.stderr
order-independant.values_before.stderr
stmt-no-ice.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
stmt-no-ice.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
unexpected-cfg-name.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unexpected-cfg-name.stderr
unexpected-cfg-value.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
unexpected-cfg-value.stderr
unknown-values.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
values-none.explicit.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
values-none.implicit.stderr Add explicit none() value variant in check-cfg 2024-01-09 19:03:06 +01:00
values-none.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
values-target-json.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
well-known-names.rs [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
well-known-names.stderr Update ui tests to take into account the new clippy cfg 2024-02-15 14:18:19 +01:00
well-known-values.rs Limit the number of names and values in check-cfg diagnostics 2024-03-05 07:54:04 +01:00
well-known-values.stderr loongarch: add frecipe and relax target feature 2024-03-06 17:24:32 +08:00