about summary refs log tree commit diff
path: root/compiler/rustc_resolve/src
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_resolve/src
parent13471d3b2046cce78181dde6cfc146c09f55e29e (diff)
downloadrust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.tar.gz
rust-ff2c609d662f0ffae9aafa6ff9f60441473e958e.zip
Match unmatched backticks in compiler/ that are part of rustdoc
Diffstat (limited to 'compiler/rustc_resolve/src')
-rw-r--r--compiler/rustc_resolve/src/ident.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/ident.rs b/compiler/rustc_resolve/src/ident.rs
index ba7f04239c3..52f0b65fad6 100644
--- a/compiler/rustc_resolve/src/ident.rs
+++ b/compiler/rustc_resolve/src/ident.rs
@@ -368,7 +368,7 @@ impl<'a, 'tcx> Resolver<'a, 'tcx> {
     /// This is a variation of `fn resolve_ident_in_lexical_scope` that can be run during
     /// expansion and import resolution (perhaps they can be merged in the future).
     /// The function is used for resolving initial segments of macro paths (e.g., `foo` in
-    /// `foo::bar!(); or `foo!();`) and also for import paths on 2018 edition.
+    /// `foo::bar!();` or `foo!();`) and also for import paths on 2018 edition.
     #[instrument(level = "debug", skip(self, scope_set))]
     pub(crate) fn early_resolve_ident_in_lexical_scope(
         &mut self,