-
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
Completion does not work with regex crate #487
Comments
Hi @oxeb, |
OK I made a repo that I think demonstrates the problem here https://github.com/oxeb/regex3 |
@phildawes
|
Looks like the |
I'm using atom, windows 7, rust 1.5.x and racer. Racer offers suggestions to me for my own code, code from the standard library,and most crates I get with cargo. It does not seem to work with the regex crate, in particular regex::Regex. My code builds and I have set up the toml correctly.
Somebody on the freenode IRC rust channel also confirmed this was happening on their end as well.
It does not impact me if this is never changes, but I wanted to report the issue so that if a bug is present it can be found.
The text was updated successfully, but these errors were encountered: