rust/compiler/rustc_metadata/src
Dylan DPC 5555e13a6e
Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors
Remove separate indexing of early-bound regions

~Based on https://github.com/rust-lang/rust/pull/99728.~

This PR copies some modifications from https://github.com/rust-lang/rust/pull/97839 around object lifetime defaults.
These modifications allow to stop counting generic parameters during lifetime resolution, and rely on the indexing given by `rustc_typeck::collect`.
2022-08-29 16:49:39 +05:30
..
rmeta Rollup merge of #99821 - cjgillot:ast-lifetimes-2, r=compiler-errors 2022-08-29 16:49:39 +05:30
creader.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
dependency_format.rs Rename debugging_opts to unstable_opts 2022-07-13 17:47:06 -05:00
foreign_modules.rs Remove crate visibility usage in compiler 2022-05-20 20:04:54 -04:00
fs.rs fall back on the blank path if out_filename is blank 2022-07-02 22:54:37 +09:00
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
locator.rs Fix typo/grammar in locator.rs doc comment 2022-07-23 07:31:20 +02:00
native_libs.rs Implementation of import_name_type 2022-08-26 09:15:35 -07:00