mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-11-03 05:13:35 +00:00
Allow interpreting consts and statics with interpret function command
This commit is contained in:
parent
20ab9708b4
commit
78f3112626
12 changed files with 114 additions and 86 deletions
|
|
@ -398,6 +398,8 @@ define_symbols! {
|
|||
rustc_const_panic_str,
|
||||
rustc_deprecated_safe_2024,
|
||||
rustc_has_incoherent_inherent_impls,
|
||||
rustc_intrinsic,
|
||||
rustc_intrinsic_must_be_overridden,
|
||||
rustc_layout_scalar_valid_range_end,
|
||||
rustc_layout_scalar_valid_range_start,
|
||||
rustc_legacy_const_generics,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue