-
Notifications
You must be signed in to change notification settings - Fork 71
Why libc
crate is green?
#7
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
Labels
Comments
Good find, thank you! Needs investigation. |
The scanning needs to expand macros to detect this case. Can cargo and rustc be used to output the expanded code? |
Closed
Looks like macro expansion requires nightly, source: https://crates.io/crates/cargo-expand |
#52 makes libc and similar unsafe usage present as "?" and with the default terminal foreground color. See the changelog for 0.6.0 in the readme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Because it uses "unsafe" only inside macros?
The text was updated successfully, but these errors were encountered: