-
-
Notifications
You must be signed in to change notification settings - Fork 15k
Inconsistent test output in aarch64 when using -Zwrite-long-types-to-disk=yes #144375
Copy link
Copy link
Open
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsD-diagnostic-infraDiagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsD-diagnostic-infraDiagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Identified at https://github.com/rust-lang/rust/pull/144039/files#diff-50874c76f2d7b03cf2f8006f8e0d42851df89aec14ad3ee6000712c5f1650e97
When modifying
tests/ui/confuse-field-and-method/issue-2392.rsto use-Zwrite-long-types-to-disk=yes, the output inaarch64doesn't match the output in other platforms.We should investigate why this is the case, as it indicates some issue with either the test runner or the type path shortening feature itself.