rust/tests/ui/cfg/auxiliary
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
..
cfg_false_lib.rs expand: Change how `#![cfg(FALSE)]` behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_false_lib_no_std_after.rs expand: Change how `#![cfg(FALSE)]` behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_false_lib_no_std_before.rs expand: Change how `#![cfg(FALSE)]` behaves on crate root 2023-06-10 00:35:21 +03:00
cfg_inner_static.rs Move /src/test to /tests 2023-01-11 09:32:08 +00:00
cfged_out.rs Remember names of `cfg`-ed out items to mention them in diagnostics 2023-06-01 19:17:19 +02:00