<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/destructuring-assignment/tuple_destructure_fail.stderr, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2023-01-11T09:32:08+00:00</updated>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Resolve vars in note_type_err</title>
<updated>2022-05-07T03:35:42+00:00</updated>
<author>
<name>Jack Huey</name>
<email>31162821+jackh726@users.noreply.github.com</email>
</author>
<published>2022-04-17T19:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=62d0e4cba94713cd7e4149da73875654bedf75b7'/>
<id>urn:sha1:62d0e4cba94713cd7e4149da73875654bedf75b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Point (again) to more expressions with their type, even if not fully resolved</title>
<updated>2022-03-27T02:20:17+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-12-15T23:16:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1c85987274d46cd08d74decec0ee1c754597d271'/>
<id>urn:sha1:1c85987274d46cd08d74decec0ee1c754597d271</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgr</title>
<updated>2021-12-15T12:41:42+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-12-15T12:41:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c5ecc157043ba413568b09292001a4a74b541a4e'/>
<id>urn:sha1:c5ecc157043ba413568b09292001a4a74b541a4e</id>
<content type='text'>
Rollup of 7 pull requests

Successful merges:

 - #91880 (fix clippy::single_char_pattern perf findings)
 - #91885 (Remove `in_band_lifetimes` from `rustc_codegen_ssa`)
 - #91898 (Make `TyS::is_suggestable` check for non-suggestable types structually)
 - #91915 (Add another regression test for unnormalized fn args with Self)
 - #91916 (Fix a bunch of typos)
 - #91918 (Constify `bool::then{,_some}`)
 - #91920 (Use `tcx.def_path_hash` in `ExistentialPredicate.stable_cmp`)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Stabilize `destructuring_assignment`</title>
<updated>2021-12-15T03:38:51+00:00</updated>
<author>
<name>Jacob Pratt</name>
<email>jacob@jhpratt.dev</email>
</author>
<published>2021-11-03T06:50:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d95f749f14a84006273930e155a76259c22660c5'/>
<id>urn:sha1:d95f749f14a84006273930e155a76259c22660c5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make TyS::is_suggestable more structual</title>
<updated>2021-12-14T19:32:06+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2021-12-14T05:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f29fb4792b1fa344817d95e997ef8de4befee302'/>
<id>urn:sha1:f29fb4792b1fa344817d95e997ef8de4befee302</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add underscore expressions for destructuring assignments</title>
<updated>2020-11-14T13:53:12+00:00</updated>
<author>
<name>Fabian Zaiser</name>
<email>fabian.zaiser@gmail.com</email>
</author>
<published>2020-11-11T13:15:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8cf35643106bba09b5d6c71ceac74dc58573f371'/>
<id>urn:sha1:8cf35643106bba09b5d6c71ceac74dc58573f371</id>
<content type='text'>
Co-authored-by: varkor &lt;github@varkor.com&gt;
</content>
</entry>
<entry>
<title>Implement destructuring assignment for tuples</title>
<updated>2020-11-07T13:17:19+00:00</updated>
<author>
<name>Fabian Zaiser</name>
<email>fabian.zaiser@gmail.com</email>
</author>
<published>2020-11-04T16:32:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3a7a997323436ecf255c39898667320935445f62'/>
<id>urn:sha1:3a7a997323436ecf255c39898667320935445f62</id>
<content type='text'>
Co-authored-by: varkor &lt;github@varkor.com&gt;
</content>
</entry>
</feed>
