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
Add a few more options to compiletest which I'm planning to use on our benchmarks. rust-lang#2442
- "--report-time": Will report how long it took to run a test. This includes the time taken to process the expected file.
- "--kani-flag": Allow us to pass extra arguments to all tests.
Running
make check-stage2-std
shows this warning:but
pos
is used in the following loop.The text was updated successfully, but these errors were encountered: