Files
rust/compiler
Matthias Krüger 2344a34241 Rollup merge of #132388 - frank-king:feature/where-cfg, r=petrochenkov
Implement `#[cfg]` in `where` clauses

This PR implements #115590, which supports `#[cfg]` attributes in `where` clauses.

The biggest change is, that it adds `AttrsVec` and  `NodeId` to the `ast::WherePredicate` and `HirId` to the `hir::WherePredicate`.
2025-03-03 10:40:56 +01:00
..
2025-02-28 08:42:14 +11:00
2025-02-25 17:27:22 +00:00
2025-02-24 14:31:19 +01:00
2025-02-23 23:11:00 +07:00