-
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
The prelude module from which the macro should be imported is defined like this:
pub use serde::Serialize;
pub use job::{Args, Job, JobName, JobResult, PerformJob};
pub use error::RobinResult;
pub use connection::{establish, LookupJob, WorkerConnection};
pub use worker::boot;
pub use config::Config;
pub use robin_derives::*;
pub use macros::*;
I suspect that the glob import here isn't properly being treated as introducing Job, but without a bisection/further debugging hard to say.
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.