-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 in rustc_save_analysis
while running RLS
#55480
Comments
Same here. Can confirm this issue as far back as nightly 2018-10-26. Could also be earlier, but I noticed it for the first time at that point. Crashes also via usage by the VSCode plugin, |
@lweberk crashes in the Eclipse Corrosion plugin too. 2018-10-20 doesn't suffer from this, but has other regressions |
rls --cli
rustc_save_analysis
while running rls --cli
Here's a repro case courtesy of @lweberk https://github.com/lweberk/bug-rls-1107 |
rustc_save_analysis
while running rls --cli
rustc_save_analysis
while running RLS
Still open as for 2018-11-06
|
save-analysis: Don't panic for macro-generated use globs Follow-up to rust-lang@c2bb7ca - as before, ignore the use globs in macro expansions. Fixes rust-lang/rls#1117. Closes rust-lang#55480. r? @nrc
save-analysis: Don't panic for macro-generated use globs Follow-up to rust-lang@c2bb7ca - as before, ignore the use globs in macro expansions. Fixes rust-lang/rls#1117. Closes rust-lang#55480. r? @nrc
Seems fixed in toolchain A |
rustc 1.31.0-nightly (96064eb 2018-10-28) running on x86_64-unknown-linux-gnu
rls-preview 0.130.5 (1c755ef 2018-10-20)
UPDATE: still open with rustc 1.32.0-nightly (15d7704 2018-11-06) running on x86_64-unknown-linux-gnu
Cross-posted as rust-lang/rls#1107
The text was updated successfully, but these errors were encountered: