Skip to content

Commit 1ef0072

Browse files
authored
Merge pull request rust-lang#2499 from rust-lang/tshepang-patch-2
distcheck has only one possible invocation
2 parents 7c76abc + d99af0b commit 1ef0072

File tree

1 file changed

+3
-1
lines changed
  • src/doc/rustc-dev-guide/src/tests

1 file changed

+3
-1
lines changed

src/doc/rustc-dev-guide/src/tests/intro.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,9 @@ This requires building all of the documentation, which might take a while.
116116
`distcheck` verifies that the source distribution tarball created by the build
117117
system will unpack, build, and run all tests.
118118

119-
> Example: `./x test distcheck`
119+
```console
120+
./x test distcheck
121+
```
120122

121123
### Tool tests
122124

0 commit comments

Comments
 (0)