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

Using #[allow] on types breaks proc macros #140

Open
TheButlah opened this issue Oct 13, 2022 · 0 comments
Open

Using #[allow] on types breaks proc macros #140

TheButlah opened this issue Oct 13, 2022 · 0 comments

Comments

@TheButlah
Copy link
Contributor

I tried to use #[allow(non_camel_case_types, non_snake_case)] on some of my functions and structs that I've tagged with #[ffi_export] and #[derive_ReprC]. It looks as though adding the allow causes the proc macro to silently omit those items from the outputted source code.

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

1 participant