rustc_const_eval::util::caller_location

Function const_caller_location_provider

Source
pub(crate) fn const_caller_location_provider(
    tcx: TyCtxtAt<'_>,
    file: Symbol,
    line: u32,
    col: u32,
) -> ConstValue<'_>