diff options
| author | Jacob Pratt <jacob@jhpratt.dev> | 2021-11-03 02:50:57 -0400 |
|---|---|---|
| committer | Jacob Pratt <jacob@jhpratt.dev> | 2021-12-14 22:38:51 -0500 |
| commit | d95f749f14a84006273930e155a76259c22660c5 (patch) | |
| tree | da9eec8ef1c43d100b41c5d86c25b616af342dda /src/test/ui/destructuring-assignment/nested_destructure.rs | |
| parent | d594910a2da12f158477b4c7281716f535cfa3de (diff) | |
| download | rust-d95f749f14a84006273930e155a76259c22660c5.tar.gz rust-d95f749f14a84006273930e155a76259c22660c5.zip | |
Stabilize `destructuring_assignment`
Diffstat (limited to 'src/test/ui/destructuring-assignment/nested_destructure.rs')
| -rw-r--r-- | src/test/ui/destructuring-assignment/nested_destructure.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test/ui/destructuring-assignment/nested_destructure.rs b/src/test/ui/destructuring-assignment/nested_destructure.rs index 0d45ff7da72..94b3a5ff9a7 100644 --- a/src/test/ui/destructuring-assignment/nested_destructure.rs +++ b/src/test/ui/destructuring-assignment/nested_destructure.rs @@ -1,7 +1,5 @@ // run-pass -#![feature(destructuring_assignment)] - struct Struct<S, T> { a: S, b: T, |
