-
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
Internal Compiler Error when compiling with mongodb as dependency #99273
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
da-the-dev
added
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Jul 15, 2022
same issue here on the same nightly on a completely unrelated project that doesn't rely on mongo as a dependency |
Seeing this in Failing Log
Edit: The ICE is being triggered by [package]
name = "is-it-time"
version = "0.1.0"
edition = "2018"
[dependencies.time]
version = "0.3"
default-features = false
features = ["formatting"] CC @jhpratt |
Looks like a duplicate of #99261 |
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.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Description
I've created a new crate and added rocket and mongodb crates as dependencies. Here's what happens when I run
cargo build
.How to recreate
cargo new somename
cargo build
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: