[WIP] Remove fake IDs in rustdoc by jyn514 · Pull Request #75355 · rust-lang/rust (original) (raw)

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 18, 2020

@bors

`` [Auto merge of](/rust-lang-ci/rust/commit/d8d3ab96aa94423f1bdfbb605098a506ab5edc7e "Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez

Pass a TyCtxt through to FormatRender

This is the next step after https://github.com/rust-lang/rust/pull/79957 for https://github.com/rust-lang/rust/issues/76382. Eventually I plan to use this to remove stability, const_stability, and deprecation from Item, but that needs more extensive changes (in particular, https://github.com/rust-lang/rust/pull/75355 or something like it).

This has no actual changes to behavior, it's just moving types around.

ccc https://github.com/rust-lang/rust/pull/80014#issuecomment-746810284") rust-lang#80090 [- jyn514:tcx-in-render, r=GuillaumeGomez](/rust-lang-ci/rust/commit/d8d3ab96aa94423f1bdfbb605098a506ab5edc7e "Auto merge of #80090 - jyn514:tcx-in-render, r=GuillaumeGomez

Pass a TyCtxt through to FormatRender

This is the next step after https://github.com/rust-lang/rust/pull/79957 for https://github.com/rust-lang/rust/issues/76382. Eventually I plan to use this to remove stability, const_stability, and deprecation from Item, but that needs more extensive changes (in particular, https://github.com/rust-lang/rust/pull/75355 or something like it).

This has no actual changes to behavior, it's just moving types around.

ccc https://github.com/rust-lang/rust/pull/80014#issuecomment-746810284") ``

[d8d3ab9](/rust-lang-ci/rust/commit/d8d3ab96aa94423f1bdfbb605098a506ab5edc7e)

Pass a TyCtxt through to FormatRender

This is the next step after rust-lang#79957 for rust-lang#76382. Eventually I plan to use this to remove stability, const_stability, and deprecation from Item, but that needs more extensive changes (in particular, rust-lang#75355 or something like it).

This has no actual changes to behavior, it's just moving types around.

ccc rust-lang#80014 (comment)