Closed Enselic closed 2 years ago
@bors r+
:pushpin: Commit 885ec83e66d499834dcca580428d505f35072cf5 has been approved by Mark-Simulacrum
It is now in the queue for this repository.
:hourglass: Testing commit 885ec83e66d499834dcca580428d505f35072cf5 with merge b21942776787fc69eee0be694c47ed9a631012a0...
:sunny: Test successful - checks-actions Approved by: Mark-Simulacrum Pushing b21942776787fc69eee0be694c47ed9a631012a0 to master...
This'll currently need a manual deployment, but I'll take care of that hopefully tomorrow or over the weekend.
This is now deployed.
Currently, if you to run this experiment:
crater will mix up
RUSTFLAGS
andRUSTDOCFLAGS
and you will get the following error:Solve this by allowing
rustdoc
andrustdocflags
to be specified independently. After this change, this works without unexpected errors:Not sure if this change breaks compatibility in some way, but it seems like a rather generic and future-proof solution to me.