-
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
nightly panicked at 'assertion failed: directive.imported_module.get().is_none()' #56182
Comments
In my rust-toolchain file I have
Btw, this project is also doing |
@Boscop |
@petrochenkov After I changed the import to |
If this is https://github.com/tmpolaczyk/actix_ice, then it should be already fixed in #56147. |
https://github.com/tmpolaczyk/actix_ice is indeed fixed and the fix has reached nightly, so this is a separate issue (as I suspected from the line number in the ICE), in this case reproduction is still needed. |
I still cannot reproduce this and from code I don't understand how that assert ( rust/src/librustc_resolve/resolve_imports.rs Line 867 in edaac35
Denominating from Rust 2018 Release, but keeping it open for now in case @Boscop comes up with a working reproduction. |
Reproduced and fixed in #56206 |
Fixed in #56206 |
It used to build with an older nightly.
Any idea how I can get it to build again?
The text was updated successfully, but these errors were encountered: