Conversation
|
(rustbot has picked a reviewer for you, use r? to override) |
6d3a6da to
df43e4c
Compare
I can still reproduce both of the ICEs with latest nightly 🤔 |
This comment has been minimized.
This comment has been minimized.
Likely I just didn't make the reproductions correctly. |
500812d to
b1a9fbd
Compare
|
Interesting, I didn't know we put tests for known bugs. Does |
|
The |
Mark-Simulacrum
left a comment
There was a problem hiding this comment.
r=me with either revisions removed or an explanation
src/test/incremental/issue-101518.rs
Outdated
There was a problem hiding this comment.
It seems like these aren't actually used?
There was a problem hiding this comment.
Incremental test seem to require revisions. But I suppose we only need one.
b1a9fbd to
1bf8f87
Compare
|
@bors r=Mark-Simulacrum |
|
@bors rollup |
…earth Rollup of 9 pull requests Successful merges: - rust-lang#103709 (ci: Upgrade dist-x86_64-netbsd to NetBSD 9.0) - rust-lang#103744 (Upgrade cc for working is_flag_supported on cross-compiles) - rust-lang#104105 (llvm: dwo only emitted when object code emitted) - rust-lang#104158 (Return .efi extension for EFI executable) - rust-lang#104181 (Add a few known-bug tests) - rust-lang#104266 (Regression test for coercion of mut-ref to dyn-star) - rust-lang#104300 (Document `Path::parent` behavior around relative paths) - rust-lang#104304 (Enable profiler in dist-s390x-linux) - rust-lang#104362 (Add `delay_span_bug` to `AttrWrapper::take_for_recovery`) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
The labels of these tests should be changed from
S-bug-has-mcvetoS-bug-has-testonce this is merged.cc:
FnOnceis not general enough" error #99492DepNode' #101518delay_span_bug:error performing ParamEnvAnd#103899#[feature(exhaustive_patterns)]thinks irrefutable pattern is refutable when enum contains struct with private fields. #104034I couldn't reproduce the failures in #101962 and #100772 (so either these have started passing, or I didn't repro properly), so leaving those out for now.
#102065 was a bit more complicated, since it uses
rustc_privateand I didn't want to mess with that.