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

ForeignItem::Macro #390

Closed
dtolnay opened this issue Apr 4, 2018 · 2 comments
Closed

ForeignItem::Macro #390

dtolnay opened this issue Apr 4, 2018 · 2 comments

Comments

@dtolnay
Copy link
Owner

dtolnay commented Apr 4, 2018

Implemented in rustc in rust-lang/rust#49350, tracking issue rust-lang/rust#49476.

extern {
    emit_foreign_item!();
}
@dtolnay dtolnay added this to the 0.14 milestone Apr 4, 2018
@dtolnay
Copy link
Owner Author

dtolnay commented Apr 6, 2018

Affects macros-in-extern.rs.

@dtolnay dtolnay added the syntax label Apr 6, 2018
@dtolnay dtolnay modified the milestones: 0.14, 0.15 May 21, 2018
@dtolnay
Copy link
Owner Author

dtolnay commented Sep 1, 2018

Fixed in 435c178, will be released in 0.15.

@dtolnay dtolnay closed this as completed Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant