Skip to main content

rustc_hir_analysis/collect/
generics_of.rs

1use std::assert_matches;
2use std::ops::ControlFlow;
3
4use rustc_errors::{Diag, DiagCtxtHandle, Diagnostic, Level};
5use rustc_hir::def::DefKind;
6use rustc_hir::def_id::LocalDefId;
7use rustc_hir::intravisit::{self, Visitor};
8use rustc_hir::{self as hir, AmbigArg, GenericParamKind, HirId, Node};
9use rustc_lint_defs::builtin::INVALID_TYPE_PARAM_DEFAULT;
10use rustc_middle::ty::{self, TyCtxt};
11use rustc_span::{Span, kw, span_bug, sym};
12use tracing::{debug, instrument};
13
14use crate::middle::resolve_bound_vars as rbv;
15
16{}
let __tracing_attr_span;
let __tracing_attr_guard;
if ::tracing::Level::DEBUG <= ::tracing::level_filters::STATIC_MAX_LEVEL &&
            ::tracing::Level::DEBUG <=
                ::tracing::level_filters::LevelFilter::current() || { false }
    {
    __tracing_attr_span =
        {
            use ::tracing::__macro_support::Callsite as _;
            static __CALLSITE: ::tracing::callsite::DefaultCallsite =
                {
                    static META: ::tracing::Metadata<'static> =
                        {
                            ::tracing_core::metadata::Metadata::new("generics_of",
                                "rustc_hir_analysis::collect::generics_of",
                                ::tracing::Level::DEBUG,
                                ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                                ::tracing_core::__macro_support::Option::Some(16u32),
                                ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                                ::tracing_core::field::FieldSet::new(&[{
                                                    const NAME:
                                                        ::tracing::__macro_support::FieldName<{
                                                            ::tracing::__macro_support::FieldName::len("def_id")
                                                        }> =
                                                        ::tracing::__macro_support::FieldName::new("def_id");
                                                    NAME.as_str()
                                                }], ::tracing_core::callsite::Identifier(&__CALLSITE)),
                                ::tracing::metadata::Kind::SPAN)
                        };
                    ::tracing::callsite::DefaultCallsite::new(&META)
                };
            let mut interest = ::tracing::subscriber::Interest::never();
            if ::tracing::Level::DEBUG <=
                                ::tracing::level_filters::STATIC_MAX_LEVEL &&
                            ::tracing::Level::DEBUG <=
                                ::tracing::level_filters::LevelFilter::current() &&
                        { interest = __CALLSITE.interest(); !interest.is_never() }
                    &&
                    ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                        interest) {
                let meta = __CALLSITE.metadata();
                ::tracing::Span::new(meta,
                    &{
                            #[allow(unused_imports)]
                            use ::tracing::field::{debug, display, Value};
                            meta.fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&::tracing::field::debug(&def_id)
                                                        as &dyn ::tracing::field::Value))])
                        })
            } else {
                let span =
                    ::tracing::__macro_support::__disabled_span(__CALLSITE.metadata());
                {};
                span
            }
        };
    __tracing_attr_guard = __tracing_attr_span.enter();
}
#[allow(clippy :: redundant_closure_call)]
let x =
    (move ||
                {

                    #[allow(unknown_lints, unreachable_code, clippy ::
                    diverging_sub_expression, clippy :: empty_loop, clippy ::
                    let_unit_value, clippy :: let_with_type_underscore, clippy
                    :: needless_return, clippy :: unreachable)]
                    if false {
                        let __tracing_attr_fake_return: ty::Generics = loop {};
                        return __tracing_attr_fake_return;
                    }
                    {
                        use rustc_hir::*;
                        struct GenericParametersForbiddenHere {
                            msg: &'static str,
                        }
                        impl<'a> Diagnostic<'a, ()> for
                            GenericParametersForbiddenHere {
                            fn into_diag(self, dcx: DiagCtxtHandle<'a>, level: Level)
                                -> Diag<'a, ()> {
                                let Self { msg } = self;
                                Diag::new(dcx, level, msg)
                            }
                        }
                        if let Some(ty::ImplTraitInTraitData::Trait {
                                fn_def_id, opaque_def_id }) =
                                tcx.opt_rpitit_info(def_id.to_def_id()) {
                            {
                                use ::tracing::__macro_support::Callsite as _;
                                static __CALLSITE: ::tracing::callsite::DefaultCallsite =
                                    {
                                        static META: ::tracing::Metadata<'static> =
                                            {
                                                ::tracing_core::metadata::Metadata::new("event /rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs:36",
                                                    "rustc_hir_analysis::collect::generics_of",
                                                    ::tracing::Level::DEBUG,
                                                    ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                                                    ::tracing_core::__macro_support::Option::Some(36u32),
                                                    ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                                                    ::tracing_core::field::FieldSet::new(&["message"],
                                                        ::tracing_core::callsite::Identifier(&__CALLSITE)),
                                                    ::tracing::metadata::Kind::EVENT)
                                            };
                                        ::tracing::callsite::DefaultCallsite::new(&META)
                                    };
                                let enabled =
                                    ::tracing::Level::DEBUG <=
                                                ::tracing::level_filters::STATIC_MAX_LEVEL &&
                                            ::tracing::Level::DEBUG <=
                                                ::tracing::level_filters::LevelFilter::current() &&
                                        {
                                            let interest = __CALLSITE.interest();
                                            !interest.is_never() &&
                                                ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                                                    interest)
                                        };
                                if enabled {
                                    (|value_set: ::tracing::field::ValueSet|
                                                {
                                                    let meta = __CALLSITE.metadata();
                                                    ::tracing::Event::dispatch(meta, &value_set);
                                                    ;
                                                })({
                                            #[allow(unused_imports)]
                                            use ::tracing::field::{debug, display, Value};
                                            __CALLSITE.metadata().fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&format_args!("RPITIT fn_def_id={0:?} opaque_def_id={1:?}",
                                                                                fn_def_id, opaque_def_id) as
                                                                        &dyn ::tracing::field::Value))])
                                        });
                                } else { ; }
                            };
                            let trait_def_id = tcx.parent(fn_def_id);
                            let opaque_ty_generics = tcx.generics_of(opaque_def_id);
                            let opaque_ty_parent_count =
                                opaque_ty_generics.parent_count;
                            let mut own_params = opaque_ty_generics.own_params.clone();
                            let parent_generics = tcx.generics_of(trait_def_id);
                            let parent_count =
                                parent_generics.parent_count +
                                    parent_generics.own_params.len();
                            let mut trait_fn_params =
                                tcx.generics_of(fn_def_id).own_params.clone();
                            for param in &mut own_params {
                                param.index =
                                    param.index + parent_count as u32 +
                                            trait_fn_params.len() as u32 -
                                        opaque_ty_parent_count as u32;
                            }
                            trait_fn_params.extend(own_params);
                            own_params = trait_fn_params;
                            let param_def_id_to_index =
                                own_params.iter().map(|param|
                                            (param.def_id, param.index)).collect();
                            return ty::Generics {
                                    parent: Some(trait_def_id),
                                    parent_count,
                                    own_params,
                                    param_def_id_to_index,
                                    has_self: opaque_ty_generics.has_self,
                                    has_late_bound_regions: opaque_ty_generics.has_late_bound_regions,
                                };
                        }
                        let hir_id = tcx.local_def_id_to_hir_id(def_id);
                        let node = tcx.hir_node(hir_id);
                        let parent_def_id =
                            match node {
                                Node::ImplItem(_) | Node::TraitItem(_) | Node::Variant(_) |
                                    Node::Ctor(..) | Node::Field(_) => {
                                    let parent_id = tcx.hir_get_parent_item(hir_id);
                                    Some(parent_id.def_id)
                                }
                                Node::AnonConst(_) => {
                                    let parent_did = tcx.local_parent(def_id);
                                    {
                                        use ::tracing::__macro_support::Callsite as _;
                                        static __CALLSITE: ::tracing::callsite::DefaultCallsite =
                                            {
                                                static META: ::tracing::Metadata<'static> =
                                                    {
                                                        ::tracing_core::metadata::Metadata::new("event /rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs:84",
                                                            "rustc_hir_analysis::collect::generics_of",
                                                            ::tracing::Level::DEBUG,
                                                            ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                                                            ::tracing_core::__macro_support::Option::Some(84u32),
                                                            ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                                                            ::tracing_core::field::FieldSet::new(&[{
                                                                                const NAME:
                                                                                    ::tracing::__macro_support::FieldName<{
                                                                                        ::tracing::__macro_support::FieldName::len("parent_did")
                                                                                    }> =
                                                                                    ::tracing::__macro_support::FieldName::new("parent_did");
                                                                                NAME.as_str()
                                                                            }], ::tracing_core::callsite::Identifier(&__CALLSITE)),
                                                            ::tracing::metadata::Kind::EVENT)
                                                    };
                                                ::tracing::callsite::DefaultCallsite::new(&META)
                                            };
                                        let enabled =
                                            ::tracing::Level::DEBUG <=
                                                        ::tracing::level_filters::STATIC_MAX_LEVEL &&
                                                    ::tracing::Level::DEBUG <=
                                                        ::tracing::level_filters::LevelFilter::current() &&
                                                {
                                                    let interest = __CALLSITE.interest();
                                                    !interest.is_never() &&
                                                        ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                                                            interest)
                                                };
                                        if enabled {
                                            (|value_set: ::tracing::field::ValueSet|
                                                        {
                                                            let meta = __CALLSITE.metadata();
                                                            ::tracing::Event::dispatch(meta, &value_set);
                                                            ;
                                                        })({
                                                    #[allow(unused_imports)]
                                                    use ::tracing::field::{debug, display, Value};
                                                    __CALLSITE.metadata().fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&::tracing::field::debug(&parent_did)
                                                                                as &dyn ::tracing::field::Value))])
                                                });
                                        } else { ; }
                                    };
                                    let mut in_param_ty = false;
                                    for (_parent, node) in tcx.hir_parent_iter(hir_id) {
                                        if let Some(generics) = node.generics() {
                                            let mut visitor =
                                                AnonConstInParamTyDetector {
                                                    in_param_ty: false,
                                                    ct: hir_id,
                                                };
                                            in_param_ty = visitor.visit_generics(generics).is_break();
                                            break;
                                        }
                                    }
                                    match tcx.anon_const_kind(def_id) {
                                        ty::AnonConstKind::MCG => None,
                                        ty::AnonConstKind::RepeatExprCount => Some(parent_did),
                                        ty::AnonConstKind::GCE if in_param_ty => None,
                                        ty::AnonConstKind::GCE if
                                            let Some(param_id) =
                                                tcx.hir_opt_const_param_default_param_def_id(hir_id) => {
                                            let parent_def_id = tcx.local_parent(param_id);
                                            let generics = tcx.generics_of(parent_def_id);
                                            let param_def_idx =
                                                generics.param_def_id_to_index[&param_id.to_def_id()];
                                            let own_params =
                                                generics.params_to(param_def_idx as usize, tcx).to_owned();
                                            let param_def_id_to_index =
                                                own_params.iter().map(|param|
                                                            (param.def_id, param.index)).collect();
                                            return ty::Generics {
                                                    parent: generics.parent,
                                                    parent_count: generics.parent_count,
                                                    own_params,
                                                    param_def_id_to_index,
                                                    has_self: generics.has_self,
                                                    has_late_bound_regions: generics.has_late_bound_regions,
                                                };
                                        }
                                        ty::AnonConstKind::GCE => Some(parent_did),
                                        ty::AnonConstKind::NonTypeSystemAnon if
                                            #[allow(non_exhaustive_omitted_patterns)] match tcx.parent_hir_node(hir_id)
                                                {
                                                Node::TyPat(_) | Node::Field(_) => true,
                                                _ => false,
                                            } => {
                                            Some(parent_did)
                                        }
                                        ty::AnonConstKind::NonTypeSystemAnon => None,
                                        ty::AnonConstKind::NonTypeSystemInline =>
                                            bug_impl(Some(tcx.def_span(def_id)),
                                                format_args!("a DefKind::AnonConst with a HIR parent of hir::Node::AnonConst should never be an AnonConstKind::NonTypeSystemInline"),
                                                Location::caller()),
                                    }
                                }
                                Node::ConstBlock(_) |
                                    Node::Expr(&hir::Expr { kind: hir::ExprKind::Closure { .. },
                                    .. }) => {
                                    Some(tcx.typeck_root_def_id_local(def_id))
                                }
                                Node::OpaqueTy(&hir::OpaqueTy {
                                    origin: hir::OpaqueTyOrigin::FnReturn {
                                        parent: fn_def_id, in_trait_or_impl } |
                                        hir::OpaqueTyOrigin::AsyncFn {
                                        parent: fn_def_id, in_trait_or_impl }, .. }) => {
                                    if in_trait_or_impl.is_some() {
                                        {
                                            match tcx.def_kind(fn_def_id) {
                                                DefKind::AssocFn => {}
                                                ref left_val => {
                                                    ::core::panicking::assert_matches_failed(left_val,
                                                        "DefKind::AssocFn", ::core::option::Option::None);
                                                }
                                            }
                                        };
                                    } else {
                                        {
                                            match tcx.def_kind(fn_def_id) {
                                                DefKind::AssocFn | DefKind::Fn => {}
                                                ref left_val => {
                                                    ::core::panicking::assert_matches_failed(left_val,
                                                        "DefKind::AssocFn | DefKind::Fn",
                                                        ::core::option::Option::None);
                                                }
                                            }
                                        };
                                    }
                                    Some(fn_def_id)
                                }
                                Node::OpaqueTy(&hir::OpaqueTy {
                                    origin: hir::OpaqueTyOrigin::TyAlias {
                                        parent, in_assoc_ty
                                        }, .. }) => {
                                    if in_assoc_ty {
                                        {
                                            match tcx.def_kind(parent) {
                                                DefKind::AssocTy => {}
                                                ref left_val => {
                                                    ::core::panicking::assert_matches_failed(left_val,
                                                        "DefKind::AssocTy", ::core::option::Option::None);
                                                }
                                            }
                                        };
                                    } else {
                                        {
                                            match tcx.def_kind(parent) {
                                                DefKind::TyAlias => {}
                                                ref left_val => {
                                                    ::core::panicking::assert_matches_failed(left_val,
                                                        "DefKind::TyAlias", ::core::option::Option::None);
                                                }
                                            }
                                        };
                                    }
                                    {
                                        use ::tracing::__macro_support::Callsite as _;
                                        static __CALLSITE: ::tracing::callsite::DefaultCallsite =
                                            {
                                                static META: ::tracing::Metadata<'static> =
                                                    {
                                                        ::tracing_core::metadata::Metadata::new("event /rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs:204",
                                                            "rustc_hir_analysis::collect::generics_of",
                                                            ::tracing::Level::DEBUG,
                                                            ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                                                            ::tracing_core::__macro_support::Option::Some(204u32),
                                                            ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                                                            ::tracing_core::field::FieldSet::new(&["message"],
                                                                ::tracing_core::callsite::Identifier(&__CALLSITE)),
                                                            ::tracing::metadata::Kind::EVENT)
                                                    };
                                                ::tracing::callsite::DefaultCallsite::new(&META)
                                            };
                                        let enabled =
                                            ::tracing::Level::DEBUG <=
                                                        ::tracing::level_filters::STATIC_MAX_LEVEL &&
                                                    ::tracing::Level::DEBUG <=
                                                        ::tracing::level_filters::LevelFilter::current() &&
                                                {
                                                    let interest = __CALLSITE.interest();
                                                    !interest.is_never() &&
                                                        ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                                                            interest)
                                                };
                                        if enabled {
                                            (|value_set: ::tracing::field::ValueSet|
                                                        {
                                                            let meta = __CALLSITE.metadata();
                                                            ::tracing::Event::dispatch(meta, &value_set);
                                                            ;
                                                        })({
                                                    #[allow(unused_imports)]
                                                    use ::tracing::field::{debug, display, Value};
                                                    __CALLSITE.metadata().fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&format_args!("generics_of: parent of opaque ty {0:?} is {1:?}",
                                                                                        def_id, parent) as &dyn ::tracing::field::Value))])
                                                });
                                        } else { ; }
                                    };
                                    Some(parent)
                                }
                                Node::Item(_) | Node::ForeignItem(_) => None,
                                Node::GenericParam(_) => None,
                                Node::Synthetic =>
                                    bug_impl(Some(tcx.def_span(def_id)),
                                        format_args!("synthetic HIR should have its `generics_of` explicitly fed"),
                                        Location::caller()),
                                Node::ConstArg(..) |
                                    Node::Infer(hir::InferArg { kind: hir::InferArgKind::Const,
                                    .. }) => {
                                    if true {
                                        if !tcx.features().min_generic_const_args() {
                                            ::core::panicking::panic("assertion failed: tcx.features().min_generic_const_args()")
                                        };
                                    };
                                    Some(tcx.local_parent(def_id))
                                }
                                _ =>
                                    bug_impl(Some(tcx.def_span(def_id)),
                                        format_args!("generics_of: unexpected node kind {0:?}",
                                            node), Location::caller()),
                            };
                        let opt_self =
                            if let Node::Item(item) = node &&
                                    let ItemKind::Trait { .. } | ItemKind::TraitAlias(..) =
                                        item.kind {
                                Some(ty::GenericParamDef {
                                        index: 0,
                                        name: kw::SelfUpper,
                                        def_id: def_id.to_def_id(),
                                        pure_wrt_drop: false,
                                        kind: ty::GenericParamDefKind::Type {
                                            has_default: false,
                                            synthetic: false,
                                        },
                                    })
                            } else { None };
                        let param_default_policy = param_default_policy(node);
                        let hir_generics =
                            node.generics().unwrap_or(hir::Generics::empty());
                        let has_self = opt_self.is_some();
                        let mut parent_has_self = false;
                        let mut own_start = has_self as u32;
                        let parent_count =
                            parent_def_id.map_or(0,
                                |def_id|
                                    {
                                        let generics = tcx.generics_of(def_id);
                                        if !!has_self {
                                            ::core::panicking::panic("assertion failed: !has_self")
                                        };
                                        parent_has_self = generics.has_self;
                                        let count = generics.count();
                                        own_start = count as u32;
                                        count
                                    });
                        let mut own_params: Vec<_> =
                            Vec::with_capacity(hir_generics.params.len() +
                                    has_self as usize);
                        if let Some(opt_self) = opt_self {
                            own_params.push(opt_self);
                        }
                        let early_lifetimes =
                            super::early_bound_lifetimes_from_generics(tcx,
                                hir_generics);
                        own_params.extend(early_lifetimes.enumerate().map(|(i,
                                        param)|
                                    ty::GenericParamDef {
                                        name: param.name.ident().name,
                                        index: own_start + i as u32,
                                        def_id: param.def_id.to_def_id(),
                                        pure_wrt_drop: param.pure_wrt_drop,
                                        kind: ty::GenericParamDefKind::Lifetime,
                                    }));
                        let type_start =
                            own_start - has_self as u32 + own_params.len() as u32;
                        let mut i: u32 = 0;
                        let mut next_index =
                            || { let prev = i; i += 1; prev + type_start };
                        own_params.extend(hir_generics.params.iter().filter_map(|param|
                                    {
                                        const MESSAGE: &str =
                                            "defaults for generic parameters are not allowed here";
                                        let kind =
                                            match param.kind {
                                                GenericParamKind::Lifetime { .. } => return None,
                                                GenericParamKind::Type { default, synthetic } => {
                                                    if default.is_some() {
                                                        match param_default_policy.expect("no policy for generic param default")
                                                            {
                                                            ParamDefaultPolicy::Allowed => {}
                                                            ParamDefaultPolicy::FutureCompatForbidden => {
                                                                tcx.emit_node_span_lint(INVALID_TYPE_PARAM_DEFAULT,
                                                                    param.hir_id, param.span,
                                                                    GenericParametersForbiddenHere { msg: MESSAGE });
                                                            }
                                                            ParamDefaultPolicy::Forbidden => {
                                                                tcx.dcx().span_err(param.span, MESSAGE);
                                                            }
                                                        }
                                                    }
                                                    ty::GenericParamDefKind::Type {
                                                        has_default: default.is_some(),
                                                        synthetic,
                                                    }
                                                }
                                                GenericParamKind::Const { ty: _, default } => {
                                                    if default.is_some() {
                                                        match param_default_policy.expect("no policy for generic param default")
                                                            {
                                                            ParamDefaultPolicy::Allowed => {}
                                                            ParamDefaultPolicy::FutureCompatForbidden |
                                                                ParamDefaultPolicy::Forbidden => {
                                                                tcx.dcx().span_err(param.span, MESSAGE);
                                                            }
                                                        }
                                                    }
                                                    ty::GenericParamDefKind::Const {
                                                        has_default: default.is_some(),
                                                    }
                                                }
                                            };
                                        Some(ty::GenericParamDef {
                                                index: next_index(),
                                                name: param.name.ident().name,
                                                def_id: param.def_id.to_def_id(),
                                                pure_wrt_drop: param.pure_wrt_drop,
                                                kind,
                                            })
                                    }));
                        if let Node::Expr(&hir::Expr {
                                kind: hir::ExprKind::Closure(hir::Closure { kind, .. }), ..
                                }) = node {
                            let len =
                                match kind {
                                    ClosureKind::Closure => 3,
                                    ClosureKind::Coroutine(_) => 5,
                                    ClosureKind::CoroutineClosure(_) => 4,
                                };
                            own_params.extend((0..len).map(|_|
                                        ty::GenericParamDef {
                                            index: next_index(),
                                            name: sym::empty,
                                            def_id: def_id.to_def_id(),
                                            pure_wrt_drop: false,
                                            kind: ty::GenericParamDefKind::Type {
                                                has_default: false,
                                                synthetic: false,
                                            },
                                        }));
                        }
                        if let Node::ConstBlock(_) = node {
                            own_params.push(ty::GenericParamDef {
                                    index: next_index(),
                                    name: rustc_span::sym::const_ty_placeholder,
                                    def_id: def_id.to_def_id(),
                                    pure_wrt_drop: false,
                                    kind: ty::GenericParamDefKind::Type {
                                        has_default: false,
                                        synthetic: false,
                                    },
                                });
                        }
                        if let Node::OpaqueTy(&hir::OpaqueTy { .. }) = node {
                            if !own_params.is_empty() {
                                ::core::panicking::panic("assertion failed: own_params.is_empty()")
                            };
                            let lifetimes = tcx.opaque_captured_lifetimes(def_id);
                            {
                                use ::tracing::__macro_support::Callsite as _;
                                static __CALLSITE: ::tracing::callsite::DefaultCallsite =
                                    {
                                        static META: ::tracing::Metadata<'static> =
                                            {
                                                ::tracing_core::metadata::Metadata::new("event /rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs:378",
                                                    "rustc_hir_analysis::collect::generics_of",
                                                    ::tracing::Level::DEBUG,
                                                    ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                                                    ::tracing_core::__macro_support::Option::Some(378u32),
                                                    ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                                                    ::tracing_core::field::FieldSet::new(&[{
                                                                        const NAME:
                                                                            ::tracing::__macro_support::FieldName<{
                                                                                ::tracing::__macro_support::FieldName::len("lifetimes")
                                                                            }> =
                                                                            ::tracing::__macro_support::FieldName::new("lifetimes");
                                                                        NAME.as_str()
                                                                    }], ::tracing_core::callsite::Identifier(&__CALLSITE)),
                                                    ::tracing::metadata::Kind::EVENT)
                                            };
                                        ::tracing::callsite::DefaultCallsite::new(&META)
                                    };
                                let enabled =
                                    ::tracing::Level::DEBUG <=
                                                ::tracing::level_filters::STATIC_MAX_LEVEL &&
                                            ::tracing::Level::DEBUG <=
                                                ::tracing::level_filters::LevelFilter::current() &&
                                        {
                                            let interest = __CALLSITE.interest();
                                            !interest.is_never() &&
                                                ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                                                    interest)
                                        };
                                if enabled {
                                    (|value_set: ::tracing::field::ValueSet|
                                                {
                                                    let meta = __CALLSITE.metadata();
                                                    ::tracing::Event::dispatch(meta, &value_set);
                                                    ;
                                                })({
                                            #[allow(unused_imports)]
                                            use ::tracing::field::{debug, display, Value};
                                            __CALLSITE.metadata().fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&::tracing::field::debug(&lifetimes)
                                                                        as &dyn ::tracing::field::Value))])
                                        });
                                } else { ; }
                            };
                            own_params.extend(lifetimes.iter().map(|&(_, param)|
                                        ty::GenericParamDef {
                                            name: tcx.item_name(param.to_def_id()),
                                            index: next_index(),
                                            def_id: param.to_def_id(),
                                            pure_wrt_drop: false,
                                            kind: ty::GenericParamDefKind::Lifetime,
                                        }))
                        }
                        let param_def_id_to_index =
                            own_params.iter().map(|param|
                                        (param.def_id, param.index)).collect();
                        ty::Generics {
                            parent: parent_def_id.map(LocalDefId::to_def_id),
                            parent_count,
                            own_params,
                            param_def_id_to_index,
                            has_self: has_self || parent_has_self,
                            has_late_bound_regions: has_late_bound_regions(tcx, node),
                        }
                    }
                })();
{
    use ::tracing::__macro_support::Callsite as _;
    static __CALLSITE: ::tracing::callsite::DefaultCallsite =
        {
            static META: ::tracing::Metadata<'static> =
                {
                    ::tracing_core::metadata::Metadata::new("event /rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs:16",
                        "rustc_hir_analysis::collect::generics_of",
                        ::tracing::Level::DEBUG,
                        ::tracing_core::__macro_support::Option::Some("/rustc-dev/923c95cdf5ba65cea505aa2ea829f578e1506ed8/compiler/rustc_hir_analysis/src/collect/generics_of.rs"),
                        ::tracing_core::__macro_support::Option::Some(16u32),
                        ::tracing_core::__macro_support::Option::Some("rustc_hir_analysis::collect::generics_of"),
                        ::tracing_core::field::FieldSet::new(&[{
                                            const NAME:
                                                ::tracing::__macro_support::FieldName<{
                                                    ::tracing::__macro_support::FieldName::len("return")
                                                }> =
                                                ::tracing::__macro_support::FieldName::new("return");
                                            NAME.as_str()
                                        }], ::tracing_core::callsite::Identifier(&__CALLSITE)),
                        ::tracing::metadata::Kind::EVENT)
                };
            ::tracing::callsite::DefaultCallsite::new(&META)
        };
    let enabled =
        ::tracing::Level::DEBUG <= ::tracing::level_filters::STATIC_MAX_LEVEL
                &&
                ::tracing::Level::DEBUG <=
                    ::tracing::level_filters::LevelFilter::current() &&
            {
                let interest = __CALLSITE.interest();
                !interest.is_never() &&
                    ::tracing::__macro_support::__is_enabled(__CALLSITE.metadata(),
                        interest)
            };
    if enabled {
        (|value_set: ::tracing::field::ValueSet|
                    {
                        let meta = __CALLSITE.metadata();
                        ::tracing::Event::dispatch(meta, &value_set);
                        ;
                    })({
                #[allow(unused_imports)]
                use ::tracing::field::{debug, display, Value};
                __CALLSITE.metadata().fields().value_set_all(&[(::tracing::__macro_support::Option::Some(&::tracing::field::debug(&x)
                                            as &dyn ::tracing::field::Value))])
            });
    } else { ; }
};
x;#[instrument(level = "debug", skip(tcx), ret)]
17pub(super) fn generics_of(tcx: TyCtxt<'_>, def_id: LocalDefId) -> ty::Generics {
18    use rustc_hir::*;
19
20    struct GenericParametersForbiddenHere {
21        msg: &'static str,
22    }
23
24    impl<'a> Diagnostic<'a, ()> for GenericParametersForbiddenHere {
25        fn into_diag(self, dcx: DiagCtxtHandle<'a>, level: Level) -> Diag<'a, ()> {
26            let Self { msg } = self;
27            Diag::new(dcx, level, msg)
28        }
29    }
30
31    // For an RPITIT, synthesize generics which are equal to the opaque's generics
32    // and parent fn's generics compressed into one list.
33    if let Some(ty::ImplTraitInTraitData::Trait { fn_def_id, opaque_def_id }) =
34        tcx.opt_rpitit_info(def_id.to_def_id())
35    {
36        debug!("RPITIT fn_def_id={fn_def_id:?} opaque_def_id={opaque_def_id:?}");
37        let trait_def_id = tcx.parent(fn_def_id);
38        let opaque_ty_generics = tcx.generics_of(opaque_def_id);
39        let opaque_ty_parent_count = opaque_ty_generics.parent_count;
40        let mut own_params = opaque_ty_generics.own_params.clone();
41
42        let parent_generics = tcx.generics_of(trait_def_id);
43        let parent_count = parent_generics.parent_count + parent_generics.own_params.len();
44
45        let mut trait_fn_params = tcx.generics_of(fn_def_id).own_params.clone();
46
47        for param in &mut own_params {
48            param.index = param.index + parent_count as u32 + trait_fn_params.len() as u32
49                - opaque_ty_parent_count as u32;
50        }
51
52        trait_fn_params.extend(own_params);
53        own_params = trait_fn_params;
54
55        let param_def_id_to_index =
56            own_params.iter().map(|param| (param.def_id, param.index)).collect();
57
58        return ty::Generics {
59            parent: Some(trait_def_id),
60            parent_count,
61            own_params,
62            param_def_id_to_index,
63            has_self: opaque_ty_generics.has_self,
64            has_late_bound_regions: opaque_ty_generics.has_late_bound_regions,
65        };
66    }
67
68    let hir_id = tcx.local_def_id_to_hir_id(def_id);
69    let node = tcx.hir_node(hir_id);
70
71    let parent_def_id = match node {
72        Node::ImplItem(_)
73        | Node::TraitItem(_)
74        | Node::Variant(_)
75        | Node::Ctor(..)
76        | Node::Field(_) => {
77            let parent_id = tcx.hir_get_parent_item(hir_id);
78            Some(parent_id.def_id)
79        }
80        // FIXME(#43408) always enable this once `lazy_normalization` is
81        // stable enough and does not need a feature gate anymore.
82        Node::AnonConst(_) => {
83            let parent_did = tcx.local_parent(def_id);
84            debug!(?parent_did);
85
86            let mut in_param_ty = false;
87            for (_parent, node) in tcx.hir_parent_iter(hir_id) {
88                if let Some(generics) = node.generics() {
89                    let mut visitor = AnonConstInParamTyDetector { in_param_ty: false, ct: hir_id };
90
91                    in_param_ty = visitor.visit_generics(generics).is_break();
92                    break;
93                }
94            }
95
96            match tcx.anon_const_kind(def_id) {
97                // Stable: anon consts are not able to use any generic parameters...
98                ty::AnonConstKind::MCG => None,
99                // we provide generics to repeat expr counts as a backwards compatibility hack. #76200
100                ty::AnonConstKind::RepeatExprCount => Some(parent_did),
101
102                // Even GCE anon const should not be allowed to use generic parameters as it would be
103                // trivially forward declared uses once desugared. E.g. `const N: [u8; ANON::<N>]`.
104                //
105                // We could potentially mirror the hack done for defaults of generic parameters but
106                // this case just doesn't come up much compared to `const N: u32 = ...`. Long term the
107                // hack for defaulted parameters should be removed eventually anyway.
108                ty::AnonConstKind::GCE if in_param_ty => None,
109                // GCE anon consts as a default for a generic parameter should have their provided generics
110                // "truncated" up to whatever generic parameter this anon const is within the default of.
111                //
112                // FIXME(generic_const_exprs): This only handles `const N: usize = /*defid*/` but not type
113                // parameter defaults, e.g. `T = Foo</*defid*/>`.
114                ty::AnonConstKind::GCE
115                    if let Some(param_id) =
116                        tcx.hir_opt_const_param_default_param_def_id(hir_id) =>
117                {
118                    // If the def_id we are calling generics_of on is an anon ct default i.e:
119                    //
120                    // struct Foo<const N: usize = { .. }>;
121                    //        ^^^       ^          ^^^^^^ def id of this anon const
122                    //        ^         ^ param_id
123                    //        ^ parent_def_id
124                    //
125                    // then we only want to return generics for params to the left of `N`. If we don't do that we
126                    // end up with that const looking like: `ty::ConstKind::Alias(def_id, args: [N#0])`.
127                    //
128                    // This causes ICEs (#86580) when building the args for Foo in `fn foo() -> Foo { .. }` as
129                    // we instantiate the defaults with the partially built args when we build the args. Instantiating
130                    // the `N#0` on the alias const indexes into the empty args we're in the process of building.
131                    //
132                    // We fix this by having this function return the parent's generics ourselves and truncating the
133                    // generics to only include non-forward declared params (with the exception of the `Self` ty)
134                    //
135                    // For the above code example that means we want `args: []`
136                    // For the following struct def we want `args: [N#0]` when generics_of is called on
137                    // the def id of the `{ N + 1 }` anon const
138                    // struct Foo<const N: usize, const M: usize = { N + 1 }>;
139                    //
140                    // This has some implications for how we get the clauses available to the anon const
141                    // see `explicit_clauses_of` for more information on this
142                    let parent_def_id = tcx.local_parent(param_id);
143                    let generics = tcx.generics_of(parent_def_id);
144                    let param_def_idx = generics.param_def_id_to_index[&param_id.to_def_id()];
145                    // In the above example this would be .params[..N#0]
146                    let own_params = generics.params_to(param_def_idx as usize, tcx).to_owned();
147                    let param_def_id_to_index =
148                        own_params.iter().map(|param| (param.def_id, param.index)).collect();
149
150                    return ty::Generics {
151                        // we set the parent of these generics to be our parent's parent so that we
152                        // dont end up with args: [N, M, N] for the const default on a struct like this:
153                        // struct Foo<const N: usize, const M: usize = { ... }>;
154                        parent: generics.parent,
155                        parent_count: generics.parent_count,
156                        own_params,
157                        param_def_id_to_index,
158                        has_self: generics.has_self,
159                        has_late_bound_regions: generics.has_late_bound_regions,
160                    };
161                }
162                ty::AnonConstKind::GCE => Some(parent_did),
163
164                // Field defaults are allowed to use generic parameters, e.g. `field: u32 = /*defid: N + 1*/`
165                ty::AnonConstKind::NonTypeSystemAnon
166                    if matches!(tcx.parent_hir_node(hir_id), Node::TyPat(_) | Node::Field(_)) =>
167                {
168                    Some(parent_did)
169                }
170                // Default to no generic parameters for other kinds of anon consts
171                ty::AnonConstKind::NonTypeSystemAnon => None,
172                ty::AnonConstKind::NonTypeSystemInline => span_bug!(
173                    tcx.def_span(def_id),
174                    "a DefKind::AnonConst with a HIR parent of hir::Node::AnonConst should never be an AnonConstKind::NonTypeSystemInline"
175                ),
176            }
177        }
178        Node::ConstBlock(_)
179        | Node::Expr(&hir::Expr { kind: hir::ExprKind::Closure { .. }, .. }) => {
180            Some(tcx.typeck_root_def_id_local(def_id))
181        }
182        Node::OpaqueTy(&hir::OpaqueTy {
183            origin:
184                hir::OpaqueTyOrigin::FnReturn { parent: fn_def_id, in_trait_or_impl }
185                | hir::OpaqueTyOrigin::AsyncFn { parent: fn_def_id, in_trait_or_impl },
186            ..
187        }) => {
188            if in_trait_or_impl.is_some() {
189                assert_matches!(tcx.def_kind(fn_def_id), DefKind::AssocFn);
190            } else {
191                assert_matches!(tcx.def_kind(fn_def_id), DefKind::AssocFn | DefKind::Fn);
192            }
193            Some(fn_def_id)
194        }
195        Node::OpaqueTy(&hir::OpaqueTy {
196            origin: hir::OpaqueTyOrigin::TyAlias { parent, in_assoc_ty },
197            ..
198        }) => {
199            if in_assoc_ty {
200                assert_matches!(tcx.def_kind(parent), DefKind::AssocTy);
201            } else {
202                assert_matches!(tcx.def_kind(parent), DefKind::TyAlias);
203            }
204            debug!("generics_of: parent of opaque ty {:?} is {:?}", def_id, parent);
205            // Opaque types are always nested within another item, and
206            // inherit the generics of the item.
207            Some(parent)
208        }
209
210        // All of these nodes have no parent from which to inherit generics.
211        Node::Item(_) | Node::ForeignItem(_) => None,
212
213        // Params don't really have generics, but we use it when instantiating their value paths.
214        Node::GenericParam(_) => None,
215
216        Node::Synthetic => span_bug!(
217            tcx.def_span(def_id),
218            "synthetic HIR should have its `generics_of` explicitly fed"
219        ),
220
221        Node::ConstArg(..) | Node::Infer(hir::InferArg { kind: hir::InferArgKind::Const, .. }) => {
222            // These can show up in mGCA when representing "direct" const arguments. The
223            // DefCollector cannot know whether an anon const will be represented by an actual HIR
224            // Node::AnonConst, or whether it will be represented directly, so it must generate a
225            // DefId. If it ends up being direct, this DefId is then attached to the top-level
226            // ConstArg, which is what we are seeing here.
227            debug_assert!(tcx.features().min_generic_const_args());
228            // Forward to the real parent.
229            Some(tcx.local_parent(def_id))
230        }
231
232        _ => span_bug!(tcx.def_span(def_id), "generics_of: unexpected node kind {node:?}"),
233    };
234
235    // Add in the self type parameter.
236    let opt_self = if let Node::Item(item) = node
237        && let ItemKind::Trait { .. } | ItemKind::TraitAlias(..) = item.kind
238    {
239        // Something of a hack: We reuse the node ID of the trait for the self type parameter.
240        Some(ty::GenericParamDef {
241            index: 0,
242            name: kw::SelfUpper,
243            def_id: def_id.to_def_id(),
244            pure_wrt_drop: false,
245            kind: ty::GenericParamDefKind::Type { has_default: false, synthetic: false },
246        })
247    } else {
248        None
249    };
250
251    let param_default_policy = param_default_policy(node);
252    let hir_generics = node.generics().unwrap_or(hir::Generics::empty());
253    let has_self = opt_self.is_some();
254    let mut parent_has_self = false;
255    let mut own_start = has_self as u32;
256    let parent_count = parent_def_id.map_or(0, |def_id| {
257        let generics = tcx.generics_of(def_id);
258        assert!(!has_self);
259        parent_has_self = generics.has_self;
260        let count = generics.count();
261        own_start = count as u32;
262        count
263    });
264
265    let mut own_params: Vec<_> = Vec::with_capacity(hir_generics.params.len() + has_self as usize);
266
267    if let Some(opt_self) = opt_self {
268        own_params.push(opt_self);
269    }
270
271    let early_lifetimes = super::early_bound_lifetimes_from_generics(tcx, hir_generics);
272    own_params.extend(early_lifetimes.enumerate().map(|(i, param)| ty::GenericParamDef {
273        name: param.name.ident().name,
274        index: own_start + i as u32,
275        def_id: param.def_id.to_def_id(),
276        pure_wrt_drop: param.pure_wrt_drop,
277        kind: ty::GenericParamDefKind::Lifetime,
278    }));
279
280    // Now create the real type and const parameters.
281    let type_start = own_start - has_self as u32 + own_params.len() as u32;
282    let mut i: u32 = 0;
283    let mut next_index = || {
284        let prev = i;
285        i += 1;
286        prev + type_start
287    };
288
289    own_params.extend(hir_generics.params.iter().filter_map(|param| {
290        const MESSAGE: &str = "defaults for generic parameters are not allowed here";
291        let kind = match param.kind {
292            GenericParamKind::Lifetime { .. } => return None,
293            GenericParamKind::Type { default, synthetic } => {
294                if default.is_some() {
295                    match param_default_policy.expect("no policy for generic param default") {
296                        ParamDefaultPolicy::Allowed => {}
297                        ParamDefaultPolicy::FutureCompatForbidden => {
298                            tcx.emit_node_span_lint(
299                                INVALID_TYPE_PARAM_DEFAULT,
300                                param.hir_id,
301                                param.span,
302                                GenericParametersForbiddenHere { msg: MESSAGE },
303                            );
304                        }
305                        ParamDefaultPolicy::Forbidden => {
306                            tcx.dcx().span_err(param.span, MESSAGE);
307                        }
308                    }
309                }
310
311                ty::GenericParamDefKind::Type { has_default: default.is_some(), synthetic }
312            }
313            GenericParamKind::Const { ty: _, default } => {
314                if default.is_some() {
315                    match param_default_policy.expect("no policy for generic param default") {
316                        ParamDefaultPolicy::Allowed => {}
317                        ParamDefaultPolicy::FutureCompatForbidden
318                        | ParamDefaultPolicy::Forbidden => {
319                            tcx.dcx().span_err(param.span, MESSAGE);
320                        }
321                    }
322                }
323
324                ty::GenericParamDefKind::Const { has_default: default.is_some() }
325            }
326        };
327        Some(ty::GenericParamDef {
328            index: next_index(),
329            name: param.name.ident().name,
330            def_id: param.def_id.to_def_id(),
331            pure_wrt_drop: param.pure_wrt_drop,
332            kind,
333        })
334    }));
335
336    // provide junk type parameter defs - the only place that
337    // cares about anything but the length is instantiation,
338    // and we don't do that for closures.
339    if let Node::Expr(&hir::Expr {
340        kind: hir::ExprKind::Closure(hir::Closure { kind, .. }), ..
341    }) = node
342    {
343        // See `ClosureArgsParts`, `CoroutineArgsParts`, and `CoroutineClosureArgsParts`
344        // for info on the usage of each of these fields.
345        let len = match kind {
346            // The args are: closure_kind, closure_signature, upvars.
347            ClosureKind::Closure => 3,
348            // The args are: coroutine_kind, resume_ty, yield_ty, return_ty, upvars.
349            ClosureKind::Coroutine(_) => 5,
350            // The args are: closure_kind, closure_signature_parts, upvars, bound_captures_by_ref.
351            ClosureKind::CoroutineClosure(_) => 4,
352        };
353
354        own_params.extend((0..len).map(|_| ty::GenericParamDef {
355            index: next_index(),
356            name: sym::empty, // dummy; exact value doesn't matter
357            def_id: def_id.to_def_id(),
358            pure_wrt_drop: false,
359            kind: ty::GenericParamDefKind::Type { has_default: false, synthetic: false },
360        }));
361    }
362
363    // provide junk type parameter defs for const blocks.
364    if let Node::ConstBlock(_) = node {
365        own_params.push(ty::GenericParamDef {
366            index: next_index(),
367            name: rustc_span::sym::const_ty_placeholder,
368            def_id: def_id.to_def_id(),
369            pure_wrt_drop: false,
370            kind: ty::GenericParamDefKind::Type { has_default: false, synthetic: false },
371        });
372    }
373
374    if let Node::OpaqueTy(&hir::OpaqueTy { .. }) = node {
375        assert!(own_params.is_empty());
376
377        let lifetimes = tcx.opaque_captured_lifetimes(def_id);
378        debug!(?lifetimes);
379
380        own_params.extend(lifetimes.iter().map(|&(_, param)| ty::GenericParamDef {
381            name: tcx.item_name(param.to_def_id()),
382            index: next_index(),
383            def_id: param.to_def_id(),
384            pure_wrt_drop: false,
385            kind: ty::GenericParamDefKind::Lifetime,
386        }))
387    }
388
389    let param_def_id_to_index =
390        own_params.iter().map(|param| (param.def_id, param.index)).collect();
391
392    ty::Generics {
393        parent: parent_def_id.map(LocalDefId::to_def_id),
394        parent_count,
395        own_params,
396        param_def_id_to_index,
397        has_self: has_self || parent_has_self,
398        has_late_bound_regions: has_late_bound_regions(tcx, node),
399    }
400}
401
402#[derive(#[automatically_derived]
#[doc(hidden)]
unsafe impl ::core::clone::TrivialClone for ParamDefaultPolicy { }
#[automatically_derived]
impl ::core::clone::Clone for ParamDefaultPolicy {
    #[inline]
    fn clone(&self) -> ParamDefaultPolicy { *self }
}Clone, #[automatically_derived]
impl ::core::marker::Copy for ParamDefaultPolicy { }Copy)]
403enum ParamDefaultPolicy {
404    Allowed,
405    /// Tracked in <https://github.com/rust-lang/rust/issues/36887>.
406    FutureCompatForbidden,
407    Forbidden,
408}
409
410fn param_default_policy(node: Node<'_>) -> Option<ParamDefaultPolicy> {
411    use rustc_hir::*;
412
413    Some(match node {
414        Node::Item(item) => match item.kind {
415            ItemKind::Trait { .. }
416            | ItemKind::TraitAlias(..)
417            | ItemKind::TyAlias(..)
418            | ItemKind::Enum(..)
419            | ItemKind::Struct(..)
420            | ItemKind::Union(..) => ParamDefaultPolicy::Allowed,
421            ItemKind::Fn { .. } | ItemKind::Impl(_) => ParamDefaultPolicy::FutureCompatForbidden,
422            // Re. GCI, we're not bound by backward compatibility.
423            ItemKind::Const(..) => ParamDefaultPolicy::Forbidden,
424            _ => return None,
425        },
426        Node::TraitItem(item) => match item.kind {
427            // Re. GATs and GACs (generic_const_items), we're not bound by backward compatibility.
428            TraitItemKind::Const(..) | TraitItemKind::Type(..) => ParamDefaultPolicy::Forbidden,
429            TraitItemKind::Fn(..) => ParamDefaultPolicy::FutureCompatForbidden,
430        },
431        Node::ImplItem(item) => match item.kind {
432            // Re. GATs and GACs (generic_const_items), we're not bound by backward compatibility.
433            ImplItemKind::Const(..) | ImplItemKind::Type(..) => ParamDefaultPolicy::Forbidden,
434            ImplItemKind::Fn(..) => ParamDefaultPolicy::FutureCompatForbidden,
435        },
436        // Generic params are (semantically) invalid on foreign items. Still, for maximum forward
437        // compatibility, let's hard-reject defaults on them.
438        Node::ForeignItem(_) => ParamDefaultPolicy::Forbidden,
439        Node::OpaqueTy(..) => ParamDefaultPolicy::Allowed,
440        _ => return None,
441    })
442}
443
444fn has_late_bound_regions<'tcx>(tcx: TyCtxt<'tcx>, node: Node<'tcx>) -> Option<Span> {
445    struct LateBoundRegionsDetector<'tcx> {
446        tcx: TyCtxt<'tcx>,
447        outer_index: ty::DebruijnIndex,
448    }
449
450    impl<'tcx> Visitor<'tcx> for LateBoundRegionsDetector<'tcx> {
451        type Result = ControlFlow<Span>;
452        fn visit_ty(&mut self, ty: &'tcx hir::Ty<'tcx, AmbigArg>) -> ControlFlow<Span> {
453            match ty.kind {
454                hir::TyKind::FnPtr(..) => {
455                    self.outer_index.shift_in(1);
456                    let res = intravisit::walk_ty(self, ty);
457                    self.outer_index.shift_out(1);
458                    res
459                }
460                hir::TyKind::UnsafeBinder(_) => {
461                    self.outer_index.shift_in(1);
462                    let res = intravisit::walk_ty(self, ty);
463                    self.outer_index.shift_out(1);
464                    res
465                }
466                _ => intravisit::walk_ty(self, ty),
467            }
468        }
469
470        fn visit_poly_trait_ref(&mut self, tr: &'tcx hir::PolyTraitRef<'tcx>) -> ControlFlow<Span> {
471            self.outer_index.shift_in(1);
472            let res = intravisit::walk_poly_trait_ref(self, tr);
473            self.outer_index.shift_out(1);
474            res
475        }
476
477        fn visit_lifetime(&mut self, lt: &'tcx hir::Lifetime) -> ControlFlow<Span> {
478            match self.tcx.named_bound_var(lt.hir_id) {
479                Some(rbv::ResolvedArg::StaticLifetime | rbv::ResolvedArg::EarlyBound(..)) => {
480                    ControlFlow::Continue(())
481                }
482                Some(rbv::ResolvedArg::LateBound(debruijn, _, _))
483                    if debruijn < self.outer_index =>
484                {
485                    ControlFlow::Continue(())
486                }
487                Some(
488                    rbv::ResolvedArg::LateBound(..)
489                    | rbv::ResolvedArg::Free(..)
490                    | rbv::ResolvedArg::Error(_),
491                )
492                | None => ControlFlow::Break(lt.ident.span),
493            }
494        }
495    }
496
497    fn has_late_bound_regions<'tcx>(
498        tcx: TyCtxt<'tcx>,
499        generics: &'tcx hir::Generics<'tcx>,
500        decl: &'tcx hir::FnDecl<'tcx>,
501    ) -> Option<Span> {
502        let mut visitor = LateBoundRegionsDetector { tcx, outer_index: ty::INNERMOST };
503        for param in generics.params {
504            if let GenericParamKind::Lifetime { .. } = param.kind {
505                if tcx.is_late_bound(param.hir_id) {
506                    return Some(param.span);
507                }
508            }
509        }
510        visitor.visit_fn_decl(decl).break_value()
511    }
512
513    let decl = node.fn_decl()?;
514    let generics = node.generics()?;
515    has_late_bound_regions(tcx, generics, decl)
516}
517
518struct AnonConstInParamTyDetector {
519    in_param_ty: bool,
520    ct: HirId,
521}
522
523impl<'v> Visitor<'v> for AnonConstInParamTyDetector {
524    type Result = ControlFlow<()>;
525
526    fn visit_generic_param(&mut self, p: &'v hir::GenericParam<'v>) -> Self::Result {
527        if let GenericParamKind::Const { ty, default: _ } = p.kind {
528            let prev = self.in_param_ty;
529            self.in_param_ty = true;
530            let res = self.visit_ty_unambig(ty);
531            self.in_param_ty = prev;
532            res
533        } else {
534            ControlFlow::Continue(())
535        }
536    }
537
538    fn visit_anon_const(&mut self, c: &'v hir::AnonConst) -> Self::Result {
539        if self.in_param_ty && self.ct == c.hir_id {
540            return ControlFlow::Break(());
541        }
542        intravisit::walk_anon_const(self, c)
543    }
544}