Uh oh!
There was an error while loading. Please reload this page.
Display name of crate requiring rustc_private in error messages. - #62819
Display name of crate requiring rustc_private in error messages.#62819crlf0710 wants to merge 7 commits into
Conversation
rust-highfive
commented
Jul 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
Jul 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
There was a problem hiding this comment.
Those directives match the start of an error message. Both error messages start the same, but then contain a different crate being loaded from the sysroot: crate "rustc_data_structures" is being from the sysroot, [...] and crate "rustc" is being from the sysroot, [...].
rust-highfive
commented
Jul 20, 2019
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
crlf0710
commented
Jul 20, 2019
r? @oli-obk |
Uh oh!
There was an error while loading. Please reload this page.
Co-Authored-By: Igor Matuszewski <Xanewok@gmail.com>
oli-obk
commented
Jul 23, 2019
@bors r+ |
bors
commented
Jul 23, 2019
📌 Commit 6a26b80 has been approved by |
crlf0710
commented
Jul 24, 2019
@oli-obk Mind roll up this too? |
Display name of crate requiring rustc_private in error messages. This is extraction and rebase of one part of rust-lang#59440 that doesn't involve external things. r? @oli-obk
Rollup of 10 pull requests Successful merges: - rust-lang#60938 (rustdoc: make #[doc(include)] relative to the containing file) - rust-lang#61890 (Fix some sanity checks) - rust-lang#62261 (Take substs into account in `conservative_is_privately_uninhabited`) - rust-lang#62528 (Add joining slices of slices with a slice separator, not just a single item) - rust-lang#62735 (Turn `#[global_allocator]` into a regular attribute macro) - rust-lang#62801 (Remove support for -Zlower-128bit-ops) - rust-lang#62808 (Revert "Disable stack probing for gnux32.") - rust-lang#62819 (Display name of crate requiring rustc_private in error messages.) - rust-lang#62904 (Disable d32 on armv6 hf targets) - rust-lang#62907 (Initialize the MSP430 AsmParser) Failed merges: r? @ghost
@bors r- This needs a rebase and changes to the error message here: https://github.com/rust-lang/rust/blob/master/src/test/ui/feature-gate/rustc-private.rs EDIT: Ah, just a |
hdhoang
commented
Aug 2, 2019
ping from triage @crlf0710, could you address the reviewer's comment? |
crlf0710
commented
Aug 2, 2019
According to recent plans for stablizing |
This is extraction and rebase of one part of #59440 that doesn't involve external things.
r? @oli-obk