Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit f0ba4d7

Browse files
committed
Fix added lang-item in rust-analyzer
1 parent a46e671 commit f0ba4d7

File tree

1 file changed

+1
-0
lines changed
  • src/tools/rust-analyzer/crates/intern/src/symbol

1 file changed

+1
-0
lines changed

src/tools/rust-analyzer/crates/intern/src/symbol/symbols.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ define_symbols! {
355355
panic_location,
356356
panic_misaligned_pointer_dereference,
357357
panic_nounwind,
358+
panic_null_pointer_dereference,
358359
panic,
359360
Param,
360361
partial_ord,

0 commit comments

Comments
 (0)