-
Notifications
You must be signed in to change notification settings - Fork 13k
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
cannot find value NoneError
in module std::option
#85614
Labels
regression-untriaged
Untriaged performance or correctness regression.
Comments
DzenanJupic
added
C-bug
Category: This is a bug.
regression-untriaged
Untriaged performance or correctness regression.
labels
May 23, 2021
rustbot
added
the
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
label
May 23, 2021
Intentionally removed in #85482 |
My bad |
jyn514
removed
C-bug
Category: This is a bug.
I-prioritize
Issue: Indicates that prioritization has been requested for this issue.
labels
May 24, 2021
rip |
rex-remind101
added a commit
to proptest-rs/proptest
that referenced
this issue
Dec 19, 2022
…orrect it * dependencies.x86 was bumped to latest current version. x86 crate does not advertise an MSRV, but this was just broken on even our MSRV because the old x86 version was using a macro removed from rust, so bumping to latest seems fair. * the calculation for the arbitrary impl of Layout was using a max_size that was too large and overflowing Layout. this has been fixed. * test for arbitrary AllocError was referering to AllocErr which does not exist, this was fixed. * NoneError has been removed from rust so it was subsequently removed from proptest. It was blocking compilation. evidence: rust-lang/rust#85614 * try_reserve is stable so removed from unstable features * try_trait has been changed to try_trait_v2 so that was fixed in Cargo.toml.
rex-remind101
added a commit
to proptest-rs/proptest
that referenced
this issue
Dec 19, 2022
…orrect it * dependencies.x86 was bumped to latest current version. x86 crate does not advertise an MSRV, but this was just broken on even our MSRV because the old x86 version was using a macro removed from rust, so bumping to latest seems fair. * the calculation for the arbitrary impl of Layout was using a max_size that was too large and overflowing Layout. this has been fixed. * test for arbitrary AllocError was referring to AllocErr which does not exist, this was fixed. * NoneError has been removed from rust so it was subsequently removed from proptest. It was blocking compilation. evidence: rust-lang/rust#85614 * try_reserve is stable so removed from unstable features * try_trait has been changed to try_trait_v2 so that was fixed in Cargo.toml.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
related issues: #42327 #84277
Code
I tried this code:
I expected to see this happen: It compiles
Instead, this happened:
verbose output
Version it worked on
It works on:
nightly-2021-05-10
Version with regression
rustc --version --verbose
:rustup --version
cargo --version --verbose
The text was updated successfully, but these errors were encountered: