Doc tests fail on armv7 for error codes E0778 and E0779 (instruction_set
attribute)
#83453
Labels
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
I maintain the
rust
package for the Mageia Linux distribution (RPM-based), syncing the .spec file with @cuviper's Fedora package.Rust 1.50.0 doc tests are failing on Linux armv7 after the addition of the
instruction_set
attribution.According to @cuviper the same tests also fail for Fedora on armv7.
I haven't tried newer Rust versions but the affected files haven't been changed on
master
since #76260 (https://github.com/rust-lang/rust/blob/master/compiler/rustc_error_codes/src/error_codes/E0778.md and https://github.com/rust-lang/rust/blob/master/compiler/rustc_error_codes/src/error_codes/E0779.md).Log output:
I don't have direct access to an armv7 machine to test further, this comes straight from Mageia's buildsystem after an armv7 build failure due to tests not passing.
Here's the full build log: build.armv7hl.0.20210323072802.log
The text was updated successfully, but these errors were encountered: