mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-02 04:48:13 +00:00
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:
parent
4f7af13637
commit
e6e5e3cc41
3 changed files with 0 additions and 44 deletions
|
|
@ -164,7 +164,6 @@ define_symbols! {
|
|||
completion,
|
||||
compile_error,
|
||||
concat_bytes,
|
||||
concat_idents,
|
||||
concat,
|
||||
const_format_args,
|
||||
const_panic_fmt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue