-
Notifications
You must be signed in to change notification settings - Fork 1.7k
mut_mut_macro test fails after 'cargo check': "multiple matching crates for lazy_static
"
#2139
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
Comments
This is an issue with compiletest-rs. You need to do EDIT: nevermind, you did that... Uhm... No idea what |
I ran into the same problem yesterday. For me it seems to be caused by running rls in the background through vim. When I disable it, everything works. I will try to find out a bit more later today.
|
Ugh, compiletest is such a mess. We should probably be including extern libraries explicitly like cargo does. I wonder if we can reuse some logic from cargo. |
I have a problem with tests execution. Every time, when I do
cargo check
, subsequent launch ofcargo test
fails.It reproduces like this:
It worked in such a way for me with different releases.
My current environment:
Failed test:
Full test log: https://hastebin.com/etekarumis
I don't understand why it happend. Does it reproduce for anybody else?
The text was updated successfully, but these errors were encountered: