-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong lifetime error on nightly 1.67.0-nightly (ff8c8dfbe 2022-11-22) #104815
Closed
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
searched nightlies: from nightly-2022-11-21 to nightly-2022-11-22 bisected with cargo-bisect-rustc v0.6.4Host triple: x86_64-pc-windows-msvc cargo bisect-rustc --access=github --start 2022-11-21 --end 2022-11-22 -- check |
This was referenced Nov 25, 2022
asomers
added a commit
to asomers/tokio-file
that referenced
this issue
Nov 25, 2022
tarcieri
pushed a commit
to RustCrypto/actions
that referenced
this issue
Nov 26, 2022
This commit is to be reverted once rust-lang/rust#104815 is fixed.
asomers
added a commit
to bfffs/bfffs
that referenced
this issue
Nov 26, 2022
asomers
added a commit
to bfffs/bfffs
that referenced
this issue
Nov 26, 2022
ryzhyk
added a commit
to vmware-archive/database-stream-processor
that referenced
this issue
Nov 28, 2022
Some of the CI tests use nightly Rust, which no longer works due to a regression: la10736/rstest#169 We are going to use one of the latest nightly versions that works while keeping an eye on rust-lang/rust#104815
ryzhyk
added a commit
to vmware-archive/database-stream-processor
that referenced
this issue
Nov 28, 2022
Some of the CI tests use nightly Rust, which no longer works due to a regression: la10736/rstest#169 We are going to use one of the latest nightly versions that works while keeping an eye on rust-lang/rust#104815
ryzhyk
added a commit
to vmware-archive/database-stream-processor
that referenced
this issue
Nov 29, 2022
Some of the CI tests use nightly Rust, which no longer works due to a regression: la10736/rstest#169 We are going to use one of the latest nightly versions that works while keeping an eye on rust-lang/rust#104815
ryzhyk
added a commit
to vmware-archive/database-stream-processor
that referenced
this issue
Nov 29, 2022
Some of the CI tests use nightly Rust, which no longer works due to a regression: la10736/rstest#169 We are going to use one of the latest nightly versions that works while keeping an eye on rust-lang/rust#104815
RalfJung
pushed a commit
to RalfJung/miri
that referenced
this issue
Dec 3, 2022
Ignore bivariant parameters in test_type_match. rust-lang/rust#103491 made opaque types bivariant with respect of some of their lifetime parameters. Because of this bivariance, some lifetime variables were not unified to anything during borrowck, and were considered as unequal by borrowck type test. This PR makes type test ignore the bivariant parameters in test_type_match. Fixes rust-lang/rust#104815 r? `@oli-obk`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Some
rstest
users report an error on nightly-2022-11-22 (see la10736/rstest#169 ).I narrowed down the regression to the following code:
Code
I tried this code:
I expected to see this happen: It should compile
Instead, this happened: not compile
Version it worked on
It most recently worked on: 1.65.0 stable, 1.66.0-beta.2 (0040709 2022-11-20), nightly-2022-11-21
Version with regression
rustc --version --verbose
:Backtrace
Backtrace
The text was updated successfully, but these errors were encountered: