Closed
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