rebase
This commit is contained in:
parent
29c0364c37
commit
ba00189d8e
1 changed files with 1 additions and 1 deletions
|
@ -834,7 +834,7 @@ impl<'tcx> AutoTraitFinder<'tcx> {
|
||||||
let reported =
|
let reported =
|
||||||
tcx.sess.emit_err(UnableToConstructConstantValue {
|
tcx.sess.emit_err(UnableToConstructConstantValue {
|
||||||
span: tcx.def_span(def_id),
|
span: tcx.def_span(def_id),
|
||||||
unevaluated,
|
unevaluated: unevaluated.expand(),
|
||||||
});
|
});
|
||||||
Err(ErrorHandled::Reported(reported))
|
Err(ErrorHandled::Reported(reported))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue