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
Actually, this is not quite true. It was just renamed in rustc to compile-pass and was not renamed here. Here it's called must-compile-successfully. However, it looks like there is still some part of the implementation missing here.
Rust's compiletest supports a
// compile-pass
header, which is the same as// run-pass
, but without executing the resulting test binary.It would be nice if compiletest-rs supported this header, too.
The text was updated successfully, but these errors were encountered: