rust/compiler/rustc_passes
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
..
src Auto merge of #83424 - cjgillot:noparam, r=lcnr 2021-03-25 16:35:19 +00:00
Cargo.toml Use pretty-printer instead of span_to_snippet 2021-03-14 14:39:25 -07:00