rust/compiler/rustc_trait_selection/src
bors ccb5595df2 Auto merge of #98900 - lcnr:region-stuff, r=jackh726
const_generics: correctly deal with bound variables

removes the hack in `resolve` which was needed because we evaluated constants without caring about their bound variables.

Each commit should be fairly self-contained, even if they build on each other

r? `@jackh726`
2022-09-08 10:30:00 +00:00
..
traits Auto merge of #98900 - lcnr:region-stuff, r=jackh726 2022-09-08 10:30:00 +00:00
autoderef.rs Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 2022-09-01 12:54:50 -05:00
errors.rs UPDATE - into_diagnostic to take a Handler instead of a ParseSess 2022-09-05 02:18:45 -04:00
infer.rs Point out when a callable is not actually callable because its return is not sized 2022-09-05 20:55:43 +00:00
lib.rs Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1 2022-09-01 12:54:50 -05:00