chalk
chalk copied to clipboard
Implement should_continue in chalk-recursive
This just returns NoSolution
if it shouldn't continue, but that should already be useful to rust-analyzer.
Note: Cloning of should_continue
is a workaround to a rustc bug (#95734)
Build failed because of #775
Alright, changed it to Ok(Ambig)
. As for refactoring, would it be useful to add Solution::QuantumExceeded
, like AnswerResult::QuantumExceeded
in chalk-engine?
Alright, changed it to
Ok(Ambig)
. As for refactoring, would it be useful to addSolution::QuantumExceeded
, likeAnswerResult::QuantumExceeded
in chalk-engine?
yeah probably
@bors r+
:pushpin: Commit f6ac6f5534d4cb91180782ddac7570956ccc1ffe has been approved by jackh726
It is now in the queue for this repository.
:hourglass: Testing commit f6ac6f5534d4cb91180782ddac7570956ccc1ffe with merge 75aa6cf2c69ba5590ff74228d4192bbee0259619...
:sunny: Test successful - checks-actions Approved by: jackh726 Pushing 75aa6cf2c69ba5590ff74228d4192bbee0259619 to master...