about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-07-09 23:02:16 +0200
committerGitHub <noreply@github.com>2025-07-09 23:02:16 +0200
commitd99af0b77cde2cc7d13419d7ca9b244afbcd365f (patch)
tree204562ab0d4c576549b4367ca7e577c0e05ea5d8 /src/doc/rustc-dev-guide
parent120a3611973d937ac623cacc088353a14a9567cb (diff)
downloadrust-d99af0b77cde2cc7d13419d7ca9b244afbcd365f.tar.gz
rust-d99af0b77cde2cc7d13419d7ca9b244afbcd365f.zip
distcheck had only one possible invocation
That is, calling it an example is misleading
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/intro.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/intro.md b/src/doc/rustc-dev-guide/src/tests/intro.md
index c55d60f4a5c..e97574f02de 100644
--- a/src/doc/rustc-dev-guide/src/tests/intro.md
+++ b/src/doc/rustc-dev-guide/src/tests/intro.md
@@ -116,7 +116,9 @@ This requires building all of the documentation, which might take a while.
 `distcheck` verifies that the source distribution tarball created by the build
 system will unpack, build, and run all tests.
 
-> Example: `./x test distcheck`
+```console
+./x test distcheck
+```
 
 ### Tool tests