Skip to content
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

NLL ICEs from nll-3 crater #52217

Closed
lqd opened this issue Jul 10, 2018 · 3 comments
Closed

NLL ICEs from nll-3 crater #52217

lqd opened this issue Jul 10, 2018 · 3 comments
Labels
A-NLL Area: Non-lexical lifetimes (NLL) NLL-complete Working towards the "valid code works" goal

Comments

@lqd
Copy link
Member

lqd commented Jul 10, 2018

Following on the ICEs from the nll-1 crater run in #52054 (a run without 2-phase-borrows), here are the 569 ICEs from the nll-3 run (a run with 2-phase-borrows).

unexpected panic 1 — known issue #51345 - already fixed on master

List of crate failures

unexpected panic 2 — known issue #51348, should be fixed by #52733

List of crate failures

broken MIR plugin registrar - probably #48071, should be fixed by #52488

List of crate failures

broken MIR in DefId(0/0:21 ~ unicode_names2_macros[de65]::plugin_registrar[0]) (Terminator { source_

broken MIR in DefId(0/0:26 ~ jmespath_macros[7f25]::plugin_registrar[0]) (Terminator { source_info:

broken MIR in DefId(0/0:28 ~ clucstr[9387]::plugin_registrar[0]) (Terminator { source_info: SourceIn

broken MIR in DefId(0/0:28 ~ clucstr[d098]::plugin_registrar[0]) (Terminator { source_info: SourceIn

broken MIR in DefId(0/0:28 ~ embed[f8a9]::plugin_registrar[0]) (Terminator { source_info: SourceInfo

broken MIR in DefId(0/0:42 ~ tarpc_plugins[1710]::plugin_registrar[0]) (Terminator { source_info: So

broken MIR in DefId(0/0:45 ~ pear_codegen[7d41]::plugin_registrar[0]) (Terminator { source_info: Sou

broken MIR in DefId(0/0:45 ~ pear_codegen[c212]::plugin_registrar[0]) (Terminator { source_info: Sou

broken MIR in DefId(0/0:45 ~ pear_codegen[e26d]::plugin_registrar[0]) (Terminator { source_info: Sou

broken MIR in DefId(0/0:49 ~ speculate[99ef]::plugin_registrar[0]) (Terminator { source_info: Source


broken MIR syntex_syntax — probably #48071, should be fixed by #52488

List of crate failures

broken MIR in DefId(0/0:2416 ~ syntex_syntax[20cb]::ext[0]::base[0]::initial_syntax_expander_table[0

broken MIR in DefId(0/0:2416 ~ syntex_syntax[6811]::ext[0]::base[0]::initial_syntax_expander_table[0

broken MIR in DefId(0/0:2416 ~ syntex_syntax[be41]::ext[0]::base[0]::initial_syntax_expander_table[0

broken MIR in DefId(0/0:2427 ~ syntex_syntax[4e99]::ext[0]::base[0]::initial_syntax_expander_table[0

broken MIR in DefId(0/0:2427 ~ syntex_syntax[b237]::ext[0]::base[0]::initial_syntax_expander_table[0


broken MIR macro_registrar — probably #48071, should be fixed by #52488

List of crate failures

broken MIR in DefId(0/0:79 ~ phf_macros[24bf]::macro_registrar[0]) (Terminator { source_info: Source

broken MIR in DefId(0/0:79 ~ phf_macros[bfef]::macro_registrar[0]) (Terminator { source_info: Source


universal_regions "cannot convert XXX to a region vid" — #51351 or #52113, should be fixed by #52620

List of crate failures

librustc_mir/borrow_check/nll/universal_regions.rs:825


unresolved inference variable in outlives — #52057, should be fixed by #52731

List of crate failures

unresolved inference variable in outlives: _#0t

unresolved inference variable in outlives: _#13t

unresolved inference variable in outlives: _#1t

unresolved inference variable in outlives: _#2t

unresolved inference variable in outlives: _#4t

unresolved inference variable in outlives: _#6t

@lqd lqd added A-NLL Area: Non-lexical lifetimes (NLL) WG-compiler-nll NLL-complete Working towards the "valid code works" goal labels Jul 10, 2018
@nikomatsakis
Copy link
Contributor

Marking as deferred as this is a meta issue

@lqd
Copy link
Member Author

lqd commented Jul 31, 2018

Note: All these ICEs seem to be fixed now

@pnkfelix
Copy link
Member

pnkfelix commented Aug 3, 2018

I'm going to close this issue under the assumption that @lqd is correct that all of the ICE's are fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-NLL Area: Non-lexical lifetimes (NLL) NLL-complete Working towards the "valid code works" goal
Projects
None yet
Development

No branches or pull requests

3 participants