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
When searching through the issues, I met only this #44237 issue, but I don't think it is the same problem.
I'm a bit surprised nobody reported this before me, is it possible it is some kind of local problem? But I can't come up with an idea what that could be or what to check for.
The text was updated successfully, but these errors were encountered:
Silly me, yes, you're right. I tricked myself by having a script that does not upgrade the nightly compiler if it can't compile current clippy ‒ so I believed I had the newest and I did not. After upgrading it indeed works.
For some time (a week, maybe?) I see a strange failure (or lack of) of doctests. How to reproduce:
cargo new broken
src/lib.rs
When I run
cargo +nightl test
, I get this output (eg. no statistics of how many doc tests were run and no failure):When I run with
+stable
, I get proper test failure and statistics.The nightly is:
When searching through the issues, I met only this #44237 issue, but I don't think it is the same problem.
I'm a bit surprised nobody reported this before me, is it possible it is some kind of local problem? But I can't come up with an idea what that could be or what to check for.
The text was updated successfully, but these errors were encountered: