-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
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.
Description
timely version 0.1.5 regressed from stable to beta. Cargobomb couldn't pick it up directly as root regression and reported it on other crates. Error excerpt:
Compiling timely v0.1.15
error: no rules expected the token `EventStreamLogger<OperatesEvent, File>`
--> /cargo-home/registry/src/github.spider-man.dpdns.org-1ecc6299db9ec823/timely-0.1.15/src/logging.rs:160:35
|
160 | __thread_local_inner!($t, $init);
| ^^
...
164 | / thread_local!{
165 | | /// Logs operator creation.
166 | | pub static OPERATES: EventStreamLogger<OperatesEvent, File> = EventStreamLogger::new();
167 | | /// Logs channel creation.
... |
178 | | pub static GUARDED_PROGRESS: EventStreamLogger<bool, File> = EventStreamLogger::new();
179 | | }
| |_- in this macro invocation
error: Could not compile `timely`.
Affects crates:
Metadata
Metadata
Assignees
Labels
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.