-
-
Notifications
You must be signed in to change notification settings - Fork 14.6k
Open
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: 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.Relevant 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.Relevant 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.Performance or correctness regression from stable to beta.
Description
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.)
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/reg/noise-functions-config-0.10.0/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/gh/LoganDark.stackblur-iter/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/gh/bluurryy.noise-functions/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/reg/fast-tlsh-0.1.10/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/reg/noise-functions-0.8.2/log.txt
- https://crater-reports.s3.amazonaws.com/beta-1.95-rustdoc-2/1.95.0-beta.3/reg/stackblur-iter-0.2.0/log.txt
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-SIMDArea: SIMD (Single Instruction Multiple Data)Area: SIMD (Single Instruction Multiple Data)A-stabilityArea: `#[stable]`, `#[unstable]` etc.Area: `#[stable]`, `#[unstable]` etc.C-bugCategory: This is a bug.Category: This is a bug.I-prioritizeIssue: Indicates that prioritization has been requested for this issue.Issue: Indicates that prioritization has been requested for this issue.S-has-bisectionStatus: A bisection has been found for this issueStatus: A bisection has been found for this issueS-has-mcveStatus: A Minimal Complete and Verifiable Example has been found for this issueStatus: 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.Relevant 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.Relevant 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.Performance or correctness regression from stable to beta.