You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/2024-09-05-impl-trait-capture-rules.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
layout: post
3
3
title: "Changes to impl Trait in Rust 2024"
4
4
author: Niko Matsakis
5
-
team: Leadership Council <https://www.rust-lang.org/governance/teams/leadership-council>
5
+
team: the language team <https://www.rust-lang.org/governance/teams/lang>
6
6
---
7
7
This blog post describes some small but significant changes with (return position) `impl Trait` capture rules that are coming in Rust 2024. The goal of these changes is to simplify how `impl Trait` works to better match what people want while also giving a flexible syntax that allows users to have full control when needed.
0 commit comments