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
|
Some crates in 1.30 beta are failing with ambiguous macro names errors:
0.1.4regressed from stable to beta (build log) cc @ipetkov0.0.8regressed from stable to beta (build log) cc @ezragoss3.1.0regressed from stable to beta (build log) cc @darrenldl0.3.0regressed from stable to beta (build log) cc @durch0.3.0regressed from stable to beta (build log) cc @sfacklercc @petrochenkov