Skip to content

rustdoc: Unify macro intra-doc link resolution with type and value resolution #91427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Make resolve_macro_path private
  • Loading branch information
jyn514 committed Dec 1, 2021
commit e70e74fc945b495babcfeb50925e20e8bbc20f7e
2 changes: 1 addition & 1 deletion compiler/rustc_resolve/src/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ impl<'a> Resolver<'a> {
Ok((ext, res))
}

pub fn resolve_macro_path(
crate fn resolve_macro_path(
&mut self,
path: &ast::Path,
kind: Option<MacroKind>,
Expand Down