Matthias Krüger 3e58de240c
Rollup merge of #105978 - jyn514:unused_proc_macro_decl, r=tmiasko
Mark `proc_macro_decls_static` as always used

This would have avoided a bug in https://github.com/rust-lang/rust/pull/104860.

In practice this shouldn't matter since nothing uses the query other than the `dead_code` lint, but this isn't documented as an internal-only query so it seems nice for it to be accurate. I think for `dead_code` it doesn't matter because the relevant code is generated by `rustc_builtin_macros` and isn't linted.

I think `@tmiasko` or `@bjorn3` would be a good reviewer?

r? `@tmiasko`
2022-12-23 01:17:50 +01:00
..
2022-09-27 13:31:52 +02:00
2022-11-22 09:04:15 +11:00
2022-10-23 10:09:44 +02:00
2022-07-29 15:52:15 +10:00
2022-12-18 00:29:25 +01:00
2022-11-19 22:16:42 +01:00
2022-07-29 15:52:15 +10:00