about summary refs log tree commit diff
path: root/compiler/rustc_incremental/src/assert_module_sources.rs
diff options
context:
space:
mode:
authorest31 <MTest31@outlook.com>2023-03-03 04:10:46 +0100
committerest31 <MTest31@outlook.com>2023-03-03 08:39:00 +0100
commitff2c609d662f0ffae9aafa6ff9f60441473e958e (patch)
treea338e1cc18f26471b3c782edcd7e97cfec18132f /compiler/rustc_incremental/src/assert_module_sources.rs
parent13471d3b2046cce78181dde6cfc146c09f55e29e (diff)
downloadrust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.tar.gz
rust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.zip
Match unmatched backticks in compiler/ that are part of rustdoc
Diffstat (limited to 'compiler/rustc_incremental/src/assert_module_sources.rs')
-rw-r--r--compiler/rustc_incremental/src/assert_module_sources.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_incremental/src/assert_module_sources.rs b/compiler/rustc_incremental/src/assert_module_sources.rs
index b4b0ea00c50..c550e553bb0 100644
--- a/compiler/rustc_incremental/src/assert_module_sources.rs
+++ b/compiler/rustc_incremental/src/assert_module_sources.rs
@@ -18,7 +18,7 @@
 //! the HIR doesn't change as a result of the annotations, which might
 //! perturb the reuse results.
 //!
-//! `#![rustc_expected_cgu_reuse(module="spike", cfg="rpass2", kind="post-lto")]
+//! `#![rustc_expected_cgu_reuse(module="spike", cfg="rpass2", kind="post-lto")]`
 //! allows for doing a more fine-grained check to see if pre- or post-lto data
 //! was re-used.