Rustdoc failure in armv7
targets with -neon
with target_feature(enable = "neon")
#134511
Labels
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
O-Arm
Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I tried this code:
This always compiles, but in
armv7
targets that have-neon
target-feature, runningrustdoc
on it produces the erroreven if the target has
+soft-float
(e.garmv7-unknown-linux-gnueabi
).rustc --version --verbose
:Related: #133417
The text was updated successfully, but these errors were encountered: