We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a526e4f commit 19bf0f4Copy full SHA for 19bf0f4
src/librustc_mir/dataflow/generic.rs
@@ -49,7 +49,7 @@ pub trait Analysis<'tcx>: BottomValue {
49
/// The size of each bitvector allocated for each block.
50
fn bits_per_block(&self, body: &mir::Body<'tcx>) -> usize;
51
52
- /// Mutates the entry set of the `START_BLOCK` to containthe initial state for dataflow
+ /// Mutates the entry set of the `START_BLOCK` to contain the initial state for dataflow
53
/// analysis.
54
fn initialize_start_block(&self, body: &mir::Body<'tcx>, state: &mut BitSet<Self::Idx>);
55
0 commit comments