未验证 提交 205eba83 编写于 作者: N Niko Matsakis 提交者: GitHub

pacify the mercilous tidy

上级 b57ca9d9
......@@ -467,10 +467,10 @@ fn propagate_constraints(&mut self, mir: &Mir<'tcx>) {
let mut inferred_values = self.liveness_constraints.clone();
let dependency_map = self.build_dependency_map();
// Constraints that may need to be repropagated (initially all):
let mut dirty_list: Vec<_> = (0..self.constraints.len()).collect();
// Set to 0 for each constraint that is on the dirty list:
let mut clean_bit_vec = BitVector::new(dirty_list.len());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册