We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Android does have a working thread-local register / emulation for #[thread_local] but the bot does not.
#[thread_local]
Note that due to #17437 (Android now requires PIE), #17448 has to land before it can be updated.
The text was updated successfully, but these errors were encountered:
has the bot been updated? what's the status of this? how difficult would it be to update?
Sorry, something went wrong.
As of this writing the bots are running API 18.
Closing, we actually ended up going back to Android API level 9 for Servo
er, for Gecko
Auto merge of rust-lang#17805 - ShoyuVanilla:issue-17578, r=Veykril
54362ca
fix: Panic in path transform with default type parameters Fixes rust-lang#17578
No branches or pull requests
Android does have a working thread-local register / emulation for
#[thread_local]
but the bot does not.Note that due to #17437 (Android now requires PIE), #17448 has to land before it can be updated.
The text was updated successfully, but these errors were encountered: