Files
rust/compiler
Matthias Krüger 2baebad063 Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkin
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 (during both regular expansion and pre-configuration).

So it becomes possible to configure some global crate properties even for fully unconfigured crates.

Fixes https://github.com/rust-lang/rust/issues/104633
Part of https://github.com/rust-lang/rust/issues/110082
2023-06-10 11:20:09 +02:00
..
2023-06-03 09:44:30 +08:00
2023-05-02 10:45:16 -07:00
2023-06-05 16:01:09 +02:00
2023-06-03 09:44:30 +08:00
2023-05-26 15:18:54 -04:00
2023-04-10 17:24:23 +09:00
2023-04-10 22:02:52 +02:00
2023-05-26 13:03:47 +03:00
2023-05-26 18:55:02 +01:00