-
Notifications
You must be signed in to change notification settings - Fork 13.3k
timely-0.1.15 beta regression #43681
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @jseyfried |
Actually, maybe this is using the "pirate" |
Yup. This compiles on stable and not on beta: fn xyz() {
__thread_local_inner!(Vec<u32>, Vec::new());
}
fn main() {} Please don't use obviously private libstd macros. |
timely 0.2.0 uses |
It looks like old versions of timely copied the new thread_local macro from my PR before it was merged. Unfortunately(?) stability attributes on macros don't do anything. |
The libs team discussed this today and we decided that we're not going to actively try to fix this regression, so closing. |
timely version 0.1.15 regressed from stable to beta (full log):
cc @frankmcsherry
The text was updated successfully, but these errors were encountered: