configure: have --enable-debug set -C debug-assertions=on so debug!() works again#23257
configure: have --enable-debug set -C debug-assertions=on so debug!() works again#23257bors merged 2 commits intorust-lang:masterfrom
debug!() works again#23257Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
This might be breaking tests I get the following error in the rollup: Note the |
|
Yes, it is colliding with the logic in this line: |
|
(an easy hack fix would be to put in two |
|
I've added a commit that does the quick hack @pnkfelix suggested. |
configure: have --enable-debug set -C debug-assertions=on so `debug!()` works again
configure: have --enable-debug set -C debug-assertions=on so
debug!()works again