Skip to content

Commit ea49a74

Browse files
Rollup merge of #52842 - toidiu:ak-commentUpdate, r=estebank
update comment r? @joshtriplett Addressing comment: #52761 (review)
2 parents 5739542 + 2b25ee0 commit ea49a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax/feature_gate.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ declare_features! (
396396
// Infer outlives requirements; RFC 2093
397397
(active, infer_outlives_requirements, "1.26.0", Some(44493), None),
398398

399-
// Infer outlives requirements; RFC 2093
399+
// Infer static outlives requirements; RFC 2093
400400
(active, infer_static_outlives_requirements, "1.26.0", Some(44493), None),
401401

402402
// Multiple patterns with `|` in `if let` and `while let`

0 commit comments

Comments
 (0)