rustc_hir: Relax lifetime requirements on Visitor::visit_path
This commit is contained in:
parent
9c0bc3028a
commit
6cd4dd3091
16 changed files with 19 additions and 19 deletions
|
@ -44,7 +44,7 @@ macro_rules! late_lint_methods {
|
|||
fn check_struct_def(a: &$hir hir::VariantData<$hir>);
|
||||
fn check_field_def(a: &$hir hir::FieldDef<$hir>);
|
||||
fn check_variant(a: &$hir hir::Variant<$hir>);
|
||||
fn check_path(a: &$hir hir::Path<$hir>, b: hir::HirId);
|
||||
fn check_path(a: &hir::Path<$hir>, b: hir::HirId);
|
||||
fn check_attribute(a: &$hir ast::Attribute);
|
||||
|
||||
/// Called when entering a syntax node that can have lint attributes such
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue