[WIP] middle/check_const: CheckItemRecursion should only recurse into NodeItems#13950
[WIP] middle/check_const: CheckItemRecursion should only recurse into NodeItems#13950bors merged 0 commit intorust-lang:masterfrom
Conversation
|
Did you mean to close this? If you force-push then everything will be auto-updated. Also, is there an associated issue for this? If you put |
|
There isn't an issue. I stumbled upon this while working and fixed it after speaking with eddyb. I closed it as the patch doesn't fix the issue completely (the test fails which I attributed to a quirk in my local configuration, I opened this pull request to see if the failure was reproducible on the CI box) |
|
Ah ok, I'm reopening so we can keep tabs on this, you can just force-push your branch to get github to update it. |
|
I'm now back from travel. I'll probably have a chance to look at this again over the weekend but if anyone has any ideas about my comment above, they can only help. |
…ctly, r=Veykril minor: Iterate over arrays dirrectly, instead of going through a slice Minor code improvement.
…-lang#13951) changelog: [`manual_div_ceil`]: lint constants as well Fix rust-lang#13950
This fixes a bug in
libsyntaxwhich would crash on ASTs containing references to foreign externs. Previously the included test would fail with,