We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Do the following: ./x.py test --stage 1 src/test/run-pass --test-gs i128
./x.py test --stage 1 src/test/run-pass --test-gs i128
Then change something in the compiler, e.g. a comment in librustc.
Then invoke the command again. You'll see that not just the compiler but also compiletest is being recompiled even though it doesn't have to.
cc @Mark-Simulacrum