未验证 提交 f334a9e8 编写于 作者: N Niko Matsakis 提交者: David Wood

WIP boring() long line

上级 a11245f8
......@@ -1523,7 +1523,10 @@ fn prove_aggregate_predicates(
AggregateKind::Array(_) | AggregateKind::Tuple => ty::InstantiatedPredicates::empty(),
};
self.normalize_and_prove_instantiated_predicates(instantiated_predicates, location.boring());
self.normalize_and_prove_instantiated_predicates(
instantiated_predicates,
location.boring(),
);
}
fn prove_trait_ref(&mut self, trait_ref: ty::TraitRef<'tcx>, locations: Locations) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册