-
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
Cargo/rustc issue #79928
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
Hmm, this may be a duplicate of #79661. Feel free to close this. |
Most likely it's the duplicate. You should try with latest nightly. |
I got this error when I try an example, any suggestion? extern crate reqwest;
fn main() {
let response_text = reqwest::get("https://www.rust-lang.org")
.expect("Couldn't make request")
.text().expect("Could not read response text!")
} Error:
|
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.
Code
Unknown which part (large library, and small test program). Apologizes for making your life more difficult, although as specified in Meta I suspect this is to do with
cargo
.Meta
rustc --version --verbose
:Error output
Backtrace
Edit: Let me know if I can do anything specific to help pinpoint this bug.
The text was updated successfully, but these errors were encountered: