rust/compiler/rustc_mir_build/src
lcnr 40b154e53c rename bound region instantiation
- `erase_late_bound_regions` -> `instantiate_bound_regions_with_erased`
- `replace_late_bound_regions_X` -> `instantiate_bound_regions_X`
2023-11-17 09:29:48 +00:00
..
build Rollup merge of #117686 - compiler-errors:gen-body, r=wesleywiser 2023-11-14 21:50:38 +01:00
thir rename bound region instantiation 2023-11-17 09:29:48 +00:00
check_unsafety.rs rename BorrowKind::Shallow to Fake 2023-11-08 22:55:28 +01:00
errors.rs Add suggestion to THIR unsafe_op_in_unsafe_fn lint 2023-11-06 16:23:09 +00:00
lib.rs Make THIR unused_unsafe lint consistent with MIR 2023-10-25 10:10:13 +00:00
lints.rs s/Generator/Coroutine/ 2023-10-20 21:10:38 +00:00