Uh oh!
There was an error while loading. Please reload this page.
Handle more cases in cfg_accessible - #97391
Conversation
806b00c to
bc049c1Compare
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Urgau
commented
May 25, 2022
I've address the review comments. This is ready for another review. @rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
fc9dc1a to
a6156caCompareUrgau
commented
May 25, 2022
I've addressed all review comments expect #97391 (comment) for which I put a message describing the situation. @rustbot ready |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Urgau
commented
May 30, 2022
I've addressed the review comments: removed @rustbot ready |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
This is not a bug, if the compiler says "cannot determine" (rather than "not sure") then it's legitimately stuck, and it's unlikely we can do anything here.
There was a problem hiding this comment.
The problem here is that we return an error instead of false (ie it is unresolvable).
The error message is irrelevant to the bug.
Urgau
commented
Jun 3, 2022
I've reverted the @rustbot ready |
petrochenkov
commented
Jun 4, 2022
Thanks! |
bors
commented
Jun 4, 2022
📌 Commit b76d112 has been approved by |
bors
commented
Jun 5, 2022
bors
commented
Jun 5, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jun 5, 2022
Finished benchmarking commit (656eec8): comparison url. Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
This PR tries to handle more cases in the cfg_accessible implementation by only emitting a "not sure" error only if we have partially resolved a path.
This PR also adds many tests for the "not sure" cases and for private items.
r? @petrochenkov