Skip to content
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

Support all literal types in ast::meta_item #611

Closed
brson opened this issue Jul 1, 2011 · 0 comments
Closed

Support all literal types in ast::meta_item #611

brson opened this issue Jul 1, 2011 · 0 comments
Assignees
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-linkage Area: linking into static, shared libraries and binaries

Comments

@brson
Copy link
Contributor

brson commented Jul 1, 2011

Right now they only hold strings, and thus attributes only support strings.

@ghost ghost assigned brson Jul 1, 2011
brson added a commit that referenced this issue Jul 6, 2011
This isn't useful for much of anything yet, since metadata::encoder doesn't
know how to handle the non-string variants.

Issue #611
@brson brson closed this as completed Jul 6, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
… r=alexcrichton

Add schedule params & priority pthread functions

Fixes rust-lang#609. Provides bindings to `pthread_getschedparam`, `pthread_setschedparam` and `pthread_setschedprio` functions.

P.S. My first PR in such a project.
P.P.S. `libc-test` crashed at building stage with a lot of errors, so I hope `travis` will do a check.
P.P.P.S. These functions are tested to work on Linux (Ubuntu 14.04) with my own crate. I will release it next week, it provides ability to control thread schedule policies and priorities.
pdietl pushed a commit to pdietl/rust that referenced this issue Apr 23, 2020
Fix example code of derive macro
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Implement reverse vector mode

* add tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) A-linkage Area: linking into static, shared libraries and binaries
Projects
None yet
Development

No branches or pull requests

1 participant