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 no_mangle in cfg_attr #41

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

parse no_mangle in cfg_attr #41

wants to merge 1 commit into from

Conversation

SArpnt
Copy link

@SArpnt SArpnt commented Oct 27, 2024

fixes #36

the predicate currently isn't checked, which may cause false positives, but this is very unlikely to happen and this can be dealt with in the future.

i removed the documentation for #[no_mangle_if_debug] since it doesn't work with optimizations or the feature flag anyways. i think it should be deprecated.

fixes rksm#36

the predicate currently isn't checked, which may cause false positives,
but this is very unlikely to happen and this can be dealt with in the future.
the relevant documentation and example have been adjusted.

the documentation for #[no_mangle_if_debug] has been removed since it doesn't
work with optimizations or the feature flag anyways.
it should later be deprecated and phased out.
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

Successfully merging this pull request may close these issues.

Add support for #[cfg_attr(feature="reload", no_mangle)]
1 participant