Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upRust 1.19 regression, minions 0.2.8, type mismatch #42618
Comments
brson
added
the
regression-from-stable-to-beta
label
Jun 12, 2017
This comment has been minimized.
This comment has been minimized.
|
The relevant code (which is in a test case, I believe) has been deleted on master of the relevant repo, but bisection shows failure was introduced in #42265 -- cc @eddyb @Zoxc, this is actually somewhat concerning. It's possible that this hints at some more wide-spread problem that patch introduced that just wasn't noticed yet, but I could be wrong. Here is the code https://github.com/dbeck/acto-rs/blob/5311c872dd88d3bf034e023f501971c711dee41c/src/main.rs#L147. |
This comment has been minimized.
This comment has been minimized.
|
I really don't see how that could be happening - does it reproduce on nightly? |
This comment has been minimized.
This comment has been minimized.
|
Reproduces on nightly and 5aa3403. |
This comment has been minimized.
This comment has been minimized.
|
Reproduced with: fn main() {
let mut sum = 0;
for i in Vec::new() {
sum += i;
}
} |
brson
added
the
A-typesystem
label
Jun 15, 2017
This comment has been minimized.
This comment has been minimized.
brson
added
the
P-high
label
Jun 15, 2017
Mark-Simulacrum
added
the
T-compiler
label
Jun 15, 2017
bors
added a commit
that referenced
this issue
Jun 16, 2017
bors
added a commit
that referenced
this issue
Jun 22, 2017
bors
closed this
in
dbb655a
Jun 22, 2017
This comment has been minimized.
This comment has been minimized.
|
Reopening to track the beta backport of #42634. I don't know if this is the proper procedure but... seems good and not harmful. |
Mark-Simulacrum
reopened this
Jun 22, 2017
brson
added a commit
to brson/rust
that referenced
this issue
Jun 22, 2017
This comment has been minimized.
This comment has been minimized.
|
@Mark-Simulacrum looks like beta backport landed in #42927, no? Going to close for now, assuming I'm right. |
brson commentedJun 12, 2017
https://github.com/dbeck/acto-rs
cc @dbeck