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
We already have compile-fail tests, but they in fact only check if compilation indeed fails. It does not check the error message at all. This is pretty unfortunate, because any other random failure can make the test pass.
See this PR for discussion on how one would do that. We probably want to use a crate that does it for us, but it's not clear which one.
The text was updated successfully, but these errors were encountered:
We already have compile-fail tests, but they in fact only check if compilation indeed fails. It does not check the error message at all. This is pretty unfortunate, because any other random failure can make the test pass.
See this PR for discussion on how one would do that. We probably want to use a crate that does it for us, but it's not clear which one.
The text was updated successfully, but these errors were encountered: