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
In order to check whether tests compile, crater runs the command: cargo +some_channel test --frozen --no-run --message-format=json. This compiles unit tests, but don't run them. However, this command does not compile doctests at all.
This means that crater runs cannot detect when doctests stop compiling, which seems like an undesirable blind spot.