rust/compiler/rustc_traits
Matthias Krüger 1fe18a5dad
Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors
Remove AscribeUserTypeCx

r? ``@compiler-errors``

This basically inlines `AscribeUserTypeCx::relate_mir_and_user_ty` into `type_op_ascribe_user_type_with_span` which is the only place where it's used and makes direct use of `ObligationCtxt` API.
2022-11-26 10:39:12 +01:00
..
src Rollup merge of #104906 - spastorino:remove-ascribeusertypecx, r=compiler-errors 2022-11-26 10:39:12 +01:00
Cargo.toml move some layout logic to rustc_target::abi::layout 2022-11-24 16:26:12 +03:30