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

Allow attributes on statements #427

Closed
rust-highfive opened this issue Nov 2, 2014 · 1 comment
Closed

Allow attributes on statements #427

rust-highfive opened this issue Nov 2, 2014 · 1 comment

Comments

@rust-highfive
Copy link

Issue by huonw
Monday Mar 17, 2014 at 02:51 GMT

For earlier discussion, see rust-lang/rust#12963

This issue was labelled with: A-grammar in the Rust repository


e.g.

#[allow(uppercase_variable)]
let L = [1,2];

#[only_uses(ffi)] // (hypothetical)
unsafe { 
    // ...
}
@ftxqxd
Copy link
Contributor

ftxqxd commented Nov 30, 2014

This is just part of RFC 16, which was accepted. This can be closed.

@nrc nrc closed this as completed Feb 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants