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 bd20f8a commit e5298c3Copy full SHA for e5298c3
posts/2024-06-13-Rust-1.79.0.md
@@ -70,8 +70,7 @@ See [the stabilization report](https://github.com/rust-lang/rust/pull/122055/#is
70
71
### Extending automatic temporary lifetime extension
72
73
-Continuing the efforts of removing unnecessary lifetime-related errors,
74
-temporaries which are immediately referenced in construction are now
+Temporaries which are immediately referenced in construction are now
75
automatically lifetime extended in `match` and `if` constructs. This has the
76
same behavior as lifetime extension for temporaries in block constructs.
77
0 commit comments