-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add complete
support for std lib macros such as println!
#777
Comments
complete
support for std lib macros such as println!
I would add I feel the lack of support for these macros should be a blocker as the first thing someone will want to do to try out racer is |
Also |
Is there any work being done for this? |
@julitopower |
Closed via #902 |
Thanks for your tool,
I think it would be nice to complete for polular macros from std:
println!
,unimplemented!
,unreachable!
,assert!
,assert_eq!
The text was updated successfully, but these errors were encountered: