summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-09-09 20:38:53 -0400
committerWho? Me?! <mark-i-m@users.noreply.github.com>2020-09-12 13:12:14 -0500
commitfde149364d83f4c744c458bde9efd27ec80f5076 (patch)
treeee3988ef2b9268925c74a044d87457d456dc2cc7 /src/doc/rustc-dev-guide
parent27d5948e409caaa95e95b7e381f7777a3432d9c6 (diff)
downloadrust-fde149364d83f4c744c458bde9efd27ec80f5076.tar.gz
rust-fde149364d83f4c744c458bde9efd27ec80f5076.zip
Address nits
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/tests/adding.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/adding.md b/src/doc/rustc-dev-guide/src/tests/adding.md
index 4576e377e02..c88d5e81df6 100644
--- a/src/doc/rustc-dev-guide/src/tests/adding.md
+++ b/src/doc/rustc-dev-guide/src/tests/adding.md
@@ -179,8 +179,8 @@ source.
   supposed to error out.
 * `compile-flags` passes extra command-line args to the compiler,
   e.g. `compile-flags -g` which forces debuginfo to be enabled.
-* `edition` controls the edition the test should be compiled with (defaults to 2015).
-  Example usage: `// edition:2018`
+* `edition` controls the edition the test should be compiled with
+  (defaults to 2015). Example usage: `// edition:2018`.
 * `should-fail` indicates that the test should fail; used for "meta
   testing", where we test the compiletest program itself to check that
   it will generate errors in appropriate scenarios. This header is