-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
nightly-2023-03-16 fails to compile bincode: "add_outlives_bounds: unexpected regions" #109199
Comments
This also occurs for me, with |
Same with |
Occuring with |
Bisects to #107376. Looks like this regression was already known 15 hours ago but it was too late to block it from landing in a nightly. #107376 (comment) A revert is in #109183. |
2023-03-16 is broken, cf rust-lang/rust#109199
Having an issue at the same place. Build: Not sure why but the compilation fails only when I run
|
@SteMak we'll need a link to your code to test things out, or a way to reproduce your issue in general. |
I see the problem was fixed in the However, there are steps to reproduce it for the old rustup default nightly-2023-03-21-x86_64-unknown-linux-gnu
git clone https://github.com/identity-com/on-chain-identity-gateway.git
cd on-chain-identity-gateway/solana
git checkout c939b6feb8aa92d596306a1aeb2dc497c2f7f693
cargo tarpaulin # it fails here at `sol-did` compilation
cargo build # it does not fail here, however, `sol-did` is compiled |
Trying to install the latest version of nushell, 0.77, fails with compiler error
Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: