rust/compiler/rustc_passes
bors 653463731a Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis
Move the extended lifetime resolution into typeck context

Related to #15023

This PR is based on the [idea](https://github.com/rust-lang/rust/issues/15023#issuecomment-1070931433) of #15023 by `@nikomatsakis.`

This PR specifically proposes to
- Delay the resolution of scopes of rvalues to a later stage, so that enough type information is available to refine those scopes based on relationships of lifetimes.
- Highlight relevant parts that would help future reviews on the next installments of works to fully implement a solution to RFC 66.
2022-05-22 09:00:30 +00:00
..
src Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakis 2022-05-22 09:00:30 +00:00
Cargo.toml Add support for a new attribute `#[debugger_visualizer]` to support embedding debugger visualizers into a generated PDB. 2022-05-03 10:53:54 -07:00