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`.
This commit is contained in:
commit
2344a34241
38 changed files with 3296 additions and 88 deletions
|
@ -2234,6 +2234,7 @@ symbols! {
|
|||
wasm_abi,
|
||||
wasm_import_module,
|
||||
wasm_target_feature,
|
||||
where_clause_attrs,
|
||||
while_let,
|
||||
windows,
|
||||
windows_subsystem,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue