Skip to content

timely-0.1.5 beta regression #43664

Closed
Closed
@est31

Description

@est31

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.com-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:

cc @frankmcsherry

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-compilerRelevant 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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions