Open
Description
It came up in rust-lang/rust#132735 that support for #[rustc_intrinsic_must_be_overridden]
has been removed from rustc but is still present in rust-analyzer.
It was suggested rust-lang/rust#132735 (comment) to open an issue here.
Relevant sections of code are
rust-analyzer/crates/hir-expand/src/inert_attr_macro.rs
Lines 643 to 646 in c588273
"rust-intrinsic" support had been removed a bit hastily in rust-lang/rust@51b51b5 which has been reverted in rust-lang/rust#139496