-
Notifications
You must be signed in to change notification settings - Fork 13.4k
allow macro_use as first segment #141884
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
allow macro_use as first segment #141884
Conversation
rustbot has assigned @petrochenkov. Use |
Some changes occurred in compiler/rustc_passes/src/check_attr.rs This PR changes a file inside |
@bors r+ rollup
Absolutely, |
allow macro_use as first segment Fixes rust-lang#140255 This issue may raise a question: It's reasonable an external crate name or import target be legally named `macro_use`?
allow macro_use as first segment Fixes rust-lang#140255 This issue may raise a question: It's reasonable an external crate name or import target be legally named `macro_use`?
Rollup of 6 pull requests Successful merges: - #141884 (allow macro_use as first segment) - #141885 ([RTE-484] Update SGX maintainers) - #141892 (Fix false positive lint error from no_implicit_prelude attr) - #141894 (rustc-dev-guide subtree update) - #141895 (tshepang has a new email) - #141897 (Fix citool tests when executed locally) r? `@ghost` `@rustbot` modify labels: rollup
Rollup of 6 pull requests Successful merges: - rust-lang/rust#141884 (allow macro_use as first segment) - rust-lang/rust#141885 ([RTE-484] Update SGX maintainers) - rust-lang/rust#141892 (Fix false positive lint error from no_implicit_prelude attr) - rust-lang/rust#141894 (rustc-dev-guide subtree update) - rust-lang/rust#141895 (tshepang has a new email) - rust-lang/rust#141897 (Fix citool tests when executed locally) r? `@ghost` `@rustbot` modify labels: rollup
Fixes #140255
This issue may raise a question: It's reasonable an external crate name or import target be legally named
macro_use
?