-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
P-highHigh priorityHigh priorityT-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 in 1.30 beta are failing with ambiguous macro names errors:
error[E0659]: `run_cancel` is ambiguous
--> tests/pipeable.rs:156:5
|
156 | run_cancel!(Simple(mock_must_cancel()));
| ^^^^^^^^^^ ambiguous name
|
error[E0659]: `try` is ambiguous
--> src/lib.rs:52:10
|
52 | #[derive(Serialize, Deserialize, Debug)]
| ^^^^^^^^^ ambiguous name
|
- conch-runtime
0.1.4
regressed from stable to beta (build log) cc @ipetkov - off_blockway
0.0.8
regressed from stable to beta (build log) cc @ezragoss - reed-solomon-erasure
3.1.0
regressed from stable to beta (build log) cc @darrenldl - smpl_jwt
0.3.0
regressed from stable to beta (build log) cc @durch - tokio-postgres
0.3.0
regressed from stable to beta (build log) cc @sfackler
Metadata
Metadata
Assignees
Labels
P-highHigh priorityHigh priorityT-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.