Uh oh!
There was an error while loading. Please reload this page.
Remove remaining calls to as_local_node_id - #72750
Conversation
rust-highfive
commented
May 29, 2020
r? @eddyb (rust_highfive has picked a reviewer for you, use r? to override) |
marmeladema
commented
May 29, 2020
Uh oh!
There was an error while loading. Please reload this page.
petrochenkov
commented
May 29, 2020
Same comments from #72552 apply. |
I've addressed the one comment I could, as I explained, I don't think I can use Especially here: https://github.com/marmeladema/rust/blob/remove-as-local-node-id/src/librustc_resolve/build_reduced_graph.rs#L897-L903 the call to |
55c776a to
2f3dd7bComparemarmeladema
commented
May 29, 2020
Ok, based on #72552 (comment) i've updated |
petrochenkov
commented
May 29, 2020
@bors r+ |
bors
commented
May 29, 2020
📌 Commit 2f3dd7b has been approved by |
Rollup of 10 pull requests Successful merges: - rust-lang#72033 (Update RELEASES.md for 1.44.0) - rust-lang#72162 (Add Extend::{extend_one,extend_reserve}) - rust-lang#72419 (Miri read_discriminant: return a scalar instead of raw underlying bytes) - rust-lang#72621 (Don't bail out of trait selection when predicate references an error) - rust-lang#72677 (Fix diagnostics for `@ ..` binding pattern in tuples and tuple structs) - rust-lang#72710 (Add test to make sure -Wunused-crate-dependencies works with tests) - rust-lang#72724 (Revert recursive `TokenKind::Interpolated` expansion for now) - rust-lang#72741 (Remove unused mut from long-linker-command-lines test) - rust-lang#72750 (Remove remaining calls to `as_local_node_id`) - rust-lang#72752 (remove mk_bool) Failed merges: r? @ghost
Split out from #72552
cc #50928