rust/tests/ui/cfg
Vadim Petrochenkov 46becfdf9c expand: Change how #![cfg(FALSE)] behaves on crate root
Previously it removed all other attributes from the crate root.
Now it removes only attributes below itself.

So it becomes possible to configure some global crate properties even for fully unconfigured crates.
2023-06-10 00:35:21 +03:00
..
assume-incomplete-release
auxiliary expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_attr.rs
cfg_false_no_std-1.rs expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_false_no_std-2.rs expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_false_no_std.rs expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_inner_static.rs
cfg_stmt_expr.rs
cfg-attr-cfg.rs
cfg-attr-crate.rs
cfg-false-feature.rs expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg-false-feature.stderr expand: Change how #![cfg(FALSE)] behaves on crate root 2023-06-10 00:35:21 +03:00
cfg-family.rs
cfg-in-crate-1.rs
cfg-macros-foo.rs
cfg-macros-notfoo.rs
cfg-match-arm.rs
cfg-method-receiver-ok.rs
cfg-method-receiver.rs
cfg-method-receiver.stderr
cfg-panic-abort.rs
cfg-panic.rs
cfg-path-error.rs
cfg-path-error.stderr
cfg-stmt-recovery.rs
cfg-stmt-recovery.stderr
cfg-target-abi.rs
cfg-target-compact-errors.rs
cfg-target-compact-errors.stderr
cfg-target-compact.rs
cfg-target-family.rs
cfg-target-vendor.rs
cfgs-on-items.rs
conditional-compile-arch.rs
conditional-compile.rs
crt-static-off-works.rs
crt-static-on-works.rs
diagnostics-cross-crate.rs Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-cross-crate.stderr Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-not-a-def.rs Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-not-a-def.stderr Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-reexport.rs Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-reexport.stderr Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-same-crate.rs Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
diagnostics-same-crate.stderr Remember names of cfg-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00
expanded-cfg.rs
future-compat-crate-attributes-using-cfg_attr.rs
future-compat-crate-attributes-using-cfg_attr.stderr