unstable error message order #128532
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
C-bug
Category: This is a bug.
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In #125558 we ran into inconsistent ordering of error messages between CI and our local machines.
Our fix was to re-order the top-level definitions, so that
global_asm!
comes before a function containing inlineasm!
.Here the first commit failed on CI, the second one works. The only change is ordering of top-level definitions: 08c8887 .. 8fd7cc9
gist containing source files because idk how long force pushes are kept
@oli-obk had this theory
The text was updated successfully, but these errors were encountered: