We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a73d620 commit a94d2a6Copy full SHA for a94d2a6
src/librustc_mir/transform/nll/region_infer.rs
@@ -92,7 +92,7 @@ impl Region {
92
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash)]
93
pub struct Constraint {
94
// NB. The ordering here is not significant for correctness, but
95
- // it is for conenience. Before we dump the constraints in the
+ // it is for convenience. Before we dump the constraints in the
96
// debugging logs, we sort them, and we'd like the "super region"
97
// to be first, etc. (In particular, span should remain last.)
98
0 commit comments