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

Trailing attributes are accepted in impl blocks #20711

Closed
sfackler opened this issue Jan 7, 2015 · 1 comment · Fixed by #20794
Closed

Trailing attributes are accepted in impl blocks #20711

sfackler opened this issue Jan 7, 2015 · 1 comment · Fixed by #20794
Labels
A-parser Area: The parsing of Rust source code to an AST.

Comments

@sfackler
Copy link
Member

sfackler commented Jan 7, 2015

struct Foo;

impl Foo {
    #[stable]
}

fn main() {}
@sfackler sfackler added the A-parser Area: The parsing of Rust source code to an AST. label Jan 7, 2015
@sfackler
Copy link
Member Author

sfackler commented Jan 7, 2015

Nominating - not sure if we'd treat a fix for this after 1.0 as breaking back compat.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parser Area: The parsing of Rust source code to an AST.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant