Files
third_party_rust_rust/compiler/rustc_expand
Vadim Petrochenkov 73f3b333e0 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
..