Skip to content

Delete use of local_inner_macros#392

Merged
KodrAus merged 3 commits intobitflags:mainfrom
dtolnay-contrib:localmacros
Jan 16, 2024
Merged

Delete use of local_inner_macros#392
KodrAus merged 3 commits intobitflags:mainfrom
dtolnay-contrib:localmacros

Conversation

@dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Jan 16, 2024

macro_export(local_inner_macros) is an outdated workaround that is only relevant for supporting compilers from Rust 1.29 and older.

Currently bitflags's oldest supported compiler is Rust 1.56, so there should be no reason to use local_inner_macros.

@dtolnay
Copy link
Contributor Author

dtolnay commented Jan 16, 2024

CI failure is unrelated to this change. I put up a fix in #393.

@KodrAus KodrAus merged commit 1f9f186 into bitflags:main Jan 16, 2024
@dtolnay dtolnay deleted the localmacros branch January 16, 2024 21:57
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.

2 participants