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.
1 parent aa0d277 commit dc41a1bCopy full SHA for dc41a1b
src/doc/rustc-dev-guide/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