]> git.lizzy.rs Git - rust.git/commit
facepalm: operator precedence fail on my part.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 21 May 2021 14:48:36 +0000 (10:48 -0400)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Fri, 21 May 2021 14:48:36 +0000 (10:48 -0400)
commitb3218d3d5d4aeed5f08bf761bbeabdbadb922f02
tree667bc95b39825e653fc23adfad5af4f4e28b29ba
parentfc81ad22c453776de16acf9938976930cf8c9401
facepalm: operator precedence fail on my part.

This bug was only visible on mac. Also, print_step_rusage is a relatively new
internal feature, that is not heavily used, and has no tests. All of these
factors contributed to how this went uncaught this long. Thanks to Josh Triplett
for pointing it out!
src/bootstrap/bin/rustc.rs