rust/compiler/rustc_metadata/src
bors 7919ef0ec5 Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr
Switch to `EarlyBinder` for `fn_sig` query

Part of the work to finish #105779 (also see https://github.com/rust-lang/types-team/issues/78).

Several queries `X` have a `bound_X` variant that wraps the output in [`EarlyBinder`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/subst/struct.EarlyBinder.html). This adds `EarlyBinder` to the return type of the `fn_sig` query and removes `bound_fn_sig`.

r? `@lcnr`
2023-01-27 15:02:44 +00:00
..
rmeta Auto merge of #107055 - kylematsuda:eb-fn-sig, r=lcnr 2023-01-27 15:02:44 +00:00
creader.rs Fix uninlined_format_args for some compiler crates 2023-01-05 19:01:12 +01:00
dependency_format.rs Add help for the error message when missing rustc_driver 2022-12-31 17:20:13 +00:00
errors.rs Auto merge of #105609 - bjorn3:shrink_rustc_dev, r=jyn514 2023-01-03 08:05:54 +00:00
foreign_modules.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
fs.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
lib.rs Wrap bundlen static libraries into object files 2022-11-14 12:01:49 +03:00
locator.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
native_libs.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00