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 ef65e09 commit 2d74cd2Copy full SHA for 2d74cd2
src/doc/unstable-book/src/language-features/bindings-after-at.md
@@ -4,6 +4,8 @@ The tracking issue for this feature is [#65490]
4
5
[#65490]: https://github.com/rust-lang/rust/issues/65490
6
7
+------------------------
8
+
9
10
The `bindings_after_at` feature gate allows patterns of form `binding @ pat` to have bindings in `pat`.
11
@@ -19,4 +21,3 @@ fn main() {
19
21
let point@ Point{x: px, y: py} = Point {x: 12, y: 34};
20
22
}
23
```
-
0 commit comments