mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-31 15:47:31 +00:00
Allow an underscore as the identifier in const
items
This commit is contained in:
parent
211171ffe6
commit
253a18f938
3 changed files with 12 additions and 2 deletions
|
@ -0,0 +1 @@
|
|||
static _: i32 = 5;
|
Loading…
Add table
Add a link
Reference in a new issue