-
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
ICE when build with const_evaluatable_checked and incremental #84355
Comments
The code does work on rust playground (for now), which is running rustc |
Can't reproduce the error with your rust version :/ Have you changed something beforehand? If it still occurs to you, please
If it still panics, please report, else please upload the target folder and link it here |
I can still reproduce the bug after I do have a custom global Global [http]
proxy = "127.0.0.1:1081" # HTTP proxy in libcurl format
[build]
target-dir = "cargo/target" No changes are made for the crate-level configuration file. |
I tried several times and I realized that I can actually build it successfully when appending mkdir incremental_tmp; rustc main.rs -C incremental incremental_tmp; rm -r incremental_tmp I tried the following command in docker |
Although rust playground can build the code under default modes ( |
Okay, I got it now... |
I realized that it's a duplicate for #77708 . I'll close this issue in favor of that one. |
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: