Uh oh!
There was an error while loading. Please reload this page.
rename rustc_typeck to rustc_hir_analysis - #102306
Conversation
rustbot
commented
Sep 26, 2022
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in src/librustdoc/clean/types.rs cc @camelid |
bors
commented
Sep 26, 2022
☔ The latest upstream changes (presumably #102224) made this pull request unmergeable. Please resolve the merge conflicts. |
Uh oh!
There was an error while loading. Please reload this page.
30766a0 to
668cc19Comparebors
commented
Sep 26, 2022
☔ The latest upstream changes (presumably #102051) made this pull request unmergeable. Please resolve the merge conflicts. |
compiler-errors
commented
Sep 27, 2022
This just renames the whole crate? If so, then I guess that's a fine first step. r=me @bors p=5 rollup=never since it's bitrotty |
668cc19 to
1fc86a6Comparelcnr
commented
Sep 27, 2022
@bors r=compiler-errors |
bors
commented
Sep 27, 2022
bors
commented
Sep 27, 2022
bors
commented
Sep 27, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Sep 27, 2022
Finished benchmarking commit (57ee5cf): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Footnotes |
In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this commit changes. Signed-off-by: David Wood <david.wood@huawei.com>
…k, r=estebank errors: rename `typeck.ftl` to `hir_analysis.ftl` In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this pull request changes.
In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this commit changes. Signed-off-by: David Wood <david.wood@huawei.com>
… r=compiler-errors errors: rename `typeck.ftl` to `hir_analysis.ftl` In rust-lang#102306, `rustc_typeck` was renamed to `rustc_hir_analysis` but the diagnostic resources were not renamed - which is what this pull request changes.
first part of rust-lang/compiler-team#529
r? @compiler-errors