rust/compiler/rustc_save_analysis/src
bors cb473c2c5b Auto merge of #83424 - cjgillot:noparam, r=lcnr
GenericParam does not need to be a HIR owner.

The special case is not required.

Universal impl traits design to regular generic parameters, and their content is owned by the enclosing item.

Existential (and opaque) impl traits generate their own enclosing item, and are collected through it.
2021-03-25 16:35:19 +00:00
..
dump_visitor.rs GenericParam does not need to be a HIR owner. 2021-03-23 22:47:22 +01:00
dumper.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
lib.rs stabilize or_patterns 2021-03-19 19:45:32 -05:00
sig.rs Add has_default to GenericParamDefKind::Const 2021-03-23 17:16:20 +00:00
span_utils.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00