-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 "no ImplicitCtxt stored in tls" in Servo on Windows and macOS #62717
Comments
Regression range: dfd52ba...6e310f2. Merges: 6e310f2 Auto merge of #62435 - scottmcm:constrained-array-impls, r=centril |
#62281 updates LLVM: rust-lang/llvm-project@1bbe0b3...8538d56 |
It's probably #59800 - try adding |
Removing nomination since it appears there is nothing really to discuss anymore. |
Update from compiler-team meeting: Rating as P-high and assigning to @SimonSapin as they have a pending PR (#62727). |
…`rustc_driver::plugin` instead to make TLS work correctly. See rust-lang/rust#62717" 2. Updated to `rust nightly e44fdf979 2019-08-21`
…tic-morse Add -Z codegen-backend dylib to deps When the codegen-backend dylib changes, the program should be rebuilt. --- Unfortunately I was unable to test this works locally due to running into a TLS issue when running the custom backend, `thread 'rustc' panicked at 'no ImplicitCtxt stored in tls', compiler/rustc_middle/src/ty/context.rs:1750:54`, which seems similar to rust-lang#62717 but has a completely different cause and backtrace. `@eddyb` said to ping `@Mark-Simulacrum` about what they think about this, so, ping!
Compiling Servo with rustc 1.38.0-nightly (4b65a86 2019-07-15) works fine on Linux. On a Windows or macOS host the compiler panics on the
script
crate:The text was updated successfully, but these errors were encountered: