Uh oh!
There was an error while loading. Please reload this page.
Provide more context for rustc +nightly -Zunstable-options on stable - #112692
Conversation
rustbot
commented
Jun 16, 2023
r? @davidtwco (rustbot has picked a reviewer for you, use r? to override) |
This comment has been minimized.
This comment has been minimized.
cc456df to
facd1d3Comparerustbot
commented
Jun 16, 2023
Some changes occurred in src/tools/clippy cc @rust-lang/clippy Some changes occurred in src/tools/rustfmt cc @rust-lang/rustfmt The Miri subtree was changed cc @rust-lang/miri |
This comment has been minimized.
This comment has been minimized.
facd1d3 to
7de7085Compare
This comment has been minimized.
This comment has been minimized.
7de7085 to
5bb6338Compare
This comment has been minimized.
This comment has been minimized.
5bb6338 to
401c241Comparerustbot
commented
Jun 16, 2023
Some changes occurred in compiler/rustc_codegen_cranelift cc @bjorn3 |
This comment has been minimized.
This comment has been minimized.
b71f9aa to
ca7e0b3Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Is it expected that a second handler gets created here? That seems odd and doesn't seem to happen with the other tools.
There was a problem hiding this comment.
This is not intentional and I think it was just a leftover from me trying to change stuff.
ca7e0b3 to
d8fe6d9CompareThere was a problem hiding this comment.
Instead of changing the signature of after_analysis for everyone, it would be better to just add the handler reference as a field in MiriCompilerCalls.
How does this even build currently? You haven't changed the call sites.
There was a problem hiding this comment.
This is a bit awkward if I try to add it as a field to MiriCompilerCalls since the inner handle of handler isn't Sync.
This comment has been minimized.
This comment has been minimized.
d8fe6d9 to
ad32acfCompare
This comment has been minimized.
This comment has been minimized.
ad32acf to
13e3c05Compare
This comment has been minimized.
This comment has been minimized.
13e3c05 to
826b97aComparebors
commented
Jun 22, 2023
☔ The latest upstream changes (presumably #112913) made this pull request unmergeable. Please resolve the merge conflicts. |
826b97a to
54fe071Compare
davidtwco
left a comment
There was a problem hiding this comment.
LGTM, r=me with the nit below
Uh oh!
There was an error while loading. Please reload this page.
54fe071 to
cef812bComparedavidtwco
commented
Jun 27, 2023
@bors r+ |
bors
commented
Jun 27, 2023
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#112207 (Add trustzone and virtualization target features for aarch32.) - rust-lang#112454 (Make compiletest aware of targets without dynamic linking) - rust-lang#112628 (Allow comparing `Box`es with different allocators) - rust-lang#112692 (Provide more context for `rustc +nightly -Zunstable-options` on stable) - rust-lang#112972 (Make `UnwindAction::Continue` explicit in MIR dump) - rust-lang#113020 (Add tests impl via obj unless denied) - rust-lang#113084 (Simplify some conditions) - rust-lang#113103 (Normalize types when applying uninhabited predicate.) r? `@ghost` `@rustbot` modify labels: rollup
Kobzol
commented
Jun 28, 2023
(probably) this PR has regressed coloring of warnings emitted by rustc, and it no longer prints the warning summary at the end. $ rm -rf target && RUSTFLAGS="-Cremark=foo" cargo +5ea66686467d3ec5f8c81570e7f0f16ad8dd8cc3 build --release
$ rm -rf target && RUSTFLAGS="-Cremark=foo" cargo +6b46c996e1d3a07dd73beb2873d74a8a0458d05f build --releaseBoth commands were executed on a |
jieyouxu
commented
Jun 28, 2023
Thanks for the notice, I will investigate now. |
jieyouxu
commented
Jun 28, 2023
The fix is trivial... I forgot to |
jieyouxu
commented
Jun 28, 2023
Opened #113127 to fix this. |
…r=davidtwco Set error handler output format as soon as possible Should fixrust-lang#112692 (comment).
…davidtwco Set error handler output format as soon as possible Should fixrust-lang#112692 (comment).
Set error handler output format as soon as possible Should fixrust-lang/rust#112692 (comment).
Set error handler output format as soon as possible Should fixrust-lang/rust#112692 (comment).


Closes#110090.