chore: Remove support for concat_idents!

`concat_idents!` was deprecated in [1] and will be removed in the near
future. rust-analyzer's support is independent of rustc's, so drop RA
support now to make syncing easier.

[1]: https://github.com/rust-lang/rust/pull/137653
This commit is contained in:
Trevor Gross 2025-05-28 03:52:08 +00:00
parent 4f7af13637
commit e6e5e3cc41
3 changed files with 0 additions and 44 deletions

View file

@ -164,7 +164,6 @@ define_symbols! {
completion,
compile_error,
concat_bytes,
concat_idents,
concat,
const_format_args,
const_panic_fmt,