Conversation
|
What dependency led to this change or was it a difference in the version of the toolchain? |
Ultimately, it was a dependency, not the toolchain as I originally expected. I didn't bisect the deps, I just did |
No need for you to dig. I (though perhaps not we) care because it's surprising that a dependency could cause this change. The only one that makes sense is trybuild and indeed that seems to be what happened: |
Ah, good find. I didn't mean to sound dismissive - I only figured the solution would remain the same regardless of the culprit! Thanks for the look. |
Fixes #138
This is the result of checking out main, and running:
I believe this implies the version of our dependencies may cause different compiler output.