mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-10 12:18:49 +00:00
Auto merge of #110523 - ecnelises:llvm_isa_fix, r=cuviper
Replace LLVM any_isa with any_cast
Per 585a6eb3eb/llvm/include/llvm/ADT/Any.h (L130)
, `any_isa` has been deprecated in LLVM. Use `any_cast` instead to avoid warnings.
This commit is contained in:
commit
0fd5915b76