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

Parse unsafe modules and unsafe extern blocks #890

Closed
dtolnay opened this issue Aug 29, 2020 · 1 comment
Closed

Parse unsafe modules and unsafe extern blocks #890

dtolnay opened this issue Aug 29, 2020 · 1 comment
Labels

Comments

@dtolnay
Copy link
Owner

dtolnay commented Aug 29, 2020

As implemented in rust-lang/rust#75857.

#[mymacro]
unsafe mod m {
    ...
}

#[mymacro]
unsafe extern "C++" {
    ...
}
@dtolnay dtolnay added the syntax label Aug 29, 2020
@dtolnay
Copy link
Owner Author

dtolnay commented Nov 6, 2020

Closing in favor of separate issues #918 and #919.

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

No branches or pull requests

1 participant