-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler 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.
Milestone
Description
Some crates are failing in 1.30 beta with errors like this one:
error[E0432]: unresolved import `geometry::Isometry`
--> /cargo-home/registry/src/github.spider-man.dpdns.org-1ecc6299db9ec823/nalgebra-0.15.3/src/base/cg.rs:15:16
|
15 | use geometry::{Isometry, IsometryMatrix3, Orthographic3, Perspective3, Point, Point3, Rotation2,
| ^^^^^^^^ no `Isometry` in `geometry`. Did you mean to use `isometry`?
- casimir-fdfd
0.2.0
regressed from stable to beta (build log) cc @ThomasdenH - ipfs-api
0.5.0-alpha2
regressed from stable to beta (build log) cc @ferristseng - riscan-pro
0.2.1
regressed from stable to beta (build log) cc @gadomski - Enet4/propan regressed from stable to beta (build log) cc @Enet4
frewsxcv
Metadata
Metadata
Assignees
Labels
A-resolveArea: Name/path resolution done by `rustc_resolve` specificallyArea: Name/path resolution done by `rustc_resolve` specificallyC-bugCategory: This is a bug.Category: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler 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.