Skip to content

Commit ba00189

Browse files
committed
rebase
1 parent 29c0364 commit ba00189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_trait_selection/src/traits/auto_trait.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -834,7 +834,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
834834
let reported =
835835
tcx.sess.emit_err(UnableToConstructConstantValue {
836836
span: tcx.def_span(def_id),
837-
unevaluated,
837+
unevaluated: unevaluated.expand(),
838838
});
839839
Err(ErrorHandled::Reported(reported))
840840
}

0 commit comments

Comments
 (0)