Skip to content

1.95 beta rustdoc regression: "unresolved imports core::simd::LaneCount, core::simd::SupportedLaneCount" #153879

@theemathas

Description

@theemathas

Regression found by the 1.95 beta rustdoc crater run.

[INFO] [stdout] error[E0432]: unresolved imports `core::simd::LaneCount`, `core::simd::SupportedLaneCount`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/noise-functions-0.8.0/src/lookup_table.rs:21:36
[INFO] [stdout]    |
[INFO] [stdout] 21 |     use core::simd::{f32x2, f32x4, LaneCount, Simd, SupportedLaneCount};
[INFO] [stdout]    |                                    ^^^^^^^^^        ^^^^^^^^^^^^^^^^^^ no `SupportedLaneCount` in `simd`
[INFO] [stdout]    |                                    |
[INFO] [stdout]    |                                    no `LaneCount` in `simd`

(Other similar errors omitted.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-SIMDArea: SIMD (Single Instruction Multiple Data)A-stabilityArea: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.S-has-bisectionStatus: A bisection has been found for this issueS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueT-libsRelevant to the library team, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions