Array (i.e. the type) methods aren't recognized #9992
Labels
A-nameres
name, path and module resolution
S-actionable
Someone could pick this issue up and work on it right now
Noticed that most of the methods that are defined directly on the core array type are not recognized by rust-analyzer. It also, by extension I guess, breaks type inference.
each_ref
doesn't work for "go to def" command, nor does type info on hover. This is also true for (at least)Array::map
,each_ref
andas_slice
, didn't check every single one.The text was updated successfully, but these errors were encountered: