We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 068a6a2 commit b99a8d7Copy full SHA for b99a8d7
src/librustc/infer/region_constraints/mod.rs
@@ -309,7 +309,7 @@ pub struct RegionSnapshot {
309
/// When working with placeholder regions, we often wish to find all of
310
/// the regions that are either reachable from a placeholder region, or
311
/// which can reach a placeholder region, or both. We call such regions
312
-/// *tained* regions. This struct allows you to decide what set of
+/// *tainted* regions. This struct allows you to decide what set of
313
/// tainted regions you want.
314
#[derive(Debug)]
315
pub struct TaintDirections {
0 commit comments