Match unmatched backticks in compiler/ that are part of rustdoc
This commit is contained in:
parent
13471d3b20
commit
ff2c609d66
22 changed files with 23 additions and 23 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue