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 1bcf40d commit c14849fCopy full SHA for c14849f
polonius-engine/src/output/mod.rs
@@ -140,8 +140,10 @@ struct Context<'ctx, T: FactTypes> {
140
// initialization and liveness, so already computed by the time we get to borrowcking.
141
cfg_edge: Relation<(T::Point, T::Point)>,
142
143
- // Partial results possibly used by other variants as input
+ // Partial results possibly used by other variants as input. Not currently used yet.
144
+ #[allow(dead_code)]
145
potential_errors: Option<FxHashSet<T::Loan>>,
146
147
potential_subset_errors: Option<Relation<(T::Origin, T::Origin)>>,
148
}
149
0 commit comments