-
Couldn't load subscription status.
- Fork 13.9k
some more proc_macro cleanups
#147386
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
some more proc_macro cleanups
#147386
Conversation
|
rustbot has assigned @petrochenkov. Use |
|
The second commit makes sense to me, the arena's use is limited, and if the |
df4d26e to
7aa52ea
Compare
|
@bors r+ |
Rollup of 6 pull requests Successful merges: - #144006 (clarify wording of match ergonomics diagnostics (`rust_2024_incompatible_pat` lint and error)) - #147386 (some more `proc_macro` cleanups) - #147412 (Convert impossible cases in macro resolution into assertions) - #147464 (prefer repeat_n() over repeat().take()) - #147469 (Add rustdoc crate name in error) - #147472 (refactor: replace `LLVMRustAtomicLoad/Store` with LLVM built-in functions) r? `@ghost` `@rustbot` modify labels: rollup
…trochenkov some more `proc_macro` cleanups Several smaller cleanups to `proc_macro`. Commits 1 and 3 seem pretty trivial to me, commit 2 might be worth it or not. Followup to rust-lang#147166.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
…etrochenkov `proc_macro` cleanups (3/N) Followup to rust-lang#147386, which removed the old `Decode` trait. Can be reviewed commit by commit.
Several smaller cleanups to
proc_macro. Commits 1 and 3 seem pretty trivial to me, commit 2 might be worth it or not.Followup to #147166.