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.
2 parents 57b4d5c + 23604cd commit 4289e66Copy full SHA for 4289e66
src/tests/compiletest.md
@@ -115,7 +115,7 @@ default behavior without any commands is to:
115
2. Run `rustc -Zunpretty=normal` on the output of the previous step.
116
3. The output of the previous two steps should be the same.
117
4. Run `rustc -Zno-codegen` on the output to make sure that it can type check
118
- (this is similar to running `cargo check`).
+ (similar to `cargo check`).
119
120
If any of the commands above fail, then the test fails.
121
0 commit comments