Skip to content

Commit 8d6d646

Browse files
committed
address review comments
1 parent a091cfd commit 8d6d646

File tree

3 files changed

+83
-79
lines changed

3 files changed

+83
-79
lines changed

src/librustc_borrowck/borrowck/mir/dataflow/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ impl<'a, 'tcx: 'a, O> DataflowAnalysis<'a, 'tcx, O>
201201
pub struct DataflowResults<O>(DataflowState<O>) where O: BitDenotation;
202202

203203
impl<O: BitDenotation> DataflowResults<O> {
204-
pub fn sets(&self) -> &AllSets {
204+
pub fn sets(&self) -> &AllSets<O::Idx> {
205205
&self.0.sets
206206
}
207207
}

0 commit comments

Comments
 (0)