Rustdoc error in armv7 -neon
with target_feature
fp-armv8
#136755
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 errorMeta
rustc --version --verbose
:Related: #133417, #134511
@rustbot label A-target-feature O-Arm T-rustdoc
The text was updated successfully, but these errors were encountered: