Skip to content

Commit ee08114

Browse files
committed
Qualify LangItem
1 parent af3f8de commit ee08114

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/ty/util.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1032,7 +1032,7 @@ fn is_freeze_raw<'tcx>(tcx: TyCtxt<'tcx>, query: ty::ParamEnvAnd<'tcx, Ty<'tcx>>
10321032
fn is_item_raw<'tcx>(
10331033
tcx: TyCtxt<'tcx>,
10341034
query: ty::ParamEnvAnd<'tcx, Ty<'tcx>>,
1035-
item: LangItem
1035+
item: lang_items::LangItem,
10361036
) -> bool {
10371037
let (param_env, ty) = query.into_parts();
10381038
let trait_def_id = tcx.require_lang_item(item, None);

0 commit comments

Comments
 (0)