You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Emilgardis It does. It just can't parse imports when you write use module::something::*; such as use iron::prelude::*;. So, if you will import symbols manually like use iron::Iron;, it will AC fine.
UPD: Sorry, just noticed that it imports other symbols from iron::prelude. Hmm...
Currently racer fails to autocomplete iron, no clue why.
Gist for all related files.
#499 may be related.
The text was updated successfully, but these errors were encountered: