<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/array-slice-vec, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<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>Use verbose suggestions for mutability errors</title>
<updated>2022-12-29T06:06:25+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-12-29T05:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b9439ebf1240e75e8f110298bbfe868169f16ebe'/>
<id>urn:sha1:b9439ebf1240e75e8f110298bbfe868169f16ebe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>review comments</title>
<updated>2022-12-13T19:36:43+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-12-13T19:36:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=165efabbee6e2ea997bdbd7aee67f92554a83f80'/>
<id>urn:sha1:165efabbee6e2ea997bdbd7aee67f92554a83f80</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest `: Type` instead of `: _`</title>
<updated>2022-12-13T18:39:44+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-12-11T02:40:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d1e47aeb0bb1ad2ccf27cb62c25f4ba09d679e4'/>
<id>urn:sha1:7d1e47aeb0bb1ad2ccf27cb62c25f4ba09d679e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest `collect`ing into `Vec&lt;_&gt;`</title>
<updated>2022-12-13T18:39:44+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2022-12-10T06:31:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d5e7d3c042f73153cf8f009400569ff9e8e12a8'/>
<id>urn:sha1:9d5e7d3c042f73153cf8f009400569ff9e8e12a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rollup merge of #102977 - lukas-code:is-sorted-hrtb, r=m-ou-se</title>
<updated>2022-11-18T22:48:16+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2022-11-18T22:48:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8aca6ccedd0916da959638e6d2aac610d11e79c5'/>
<id>urn:sha1:8aca6ccedd0916da959638e6d2aac610d11e79c5</id>
<content type='text'>
remove HRTB from `[T]::is_sorted_by{,_key}`

Changes the signature of `[T]::is_sorted_by{,_key}` to match `[T]::binary_search_by{,_key}` and make code like https://github.com/rust-lang/rust/issues/53485#issuecomment-885393452 compile.

Tracking issue: https://github.com/rust-lang/rust/issues/53485

~~Do we need an ACP for something like this?~~ Edit: Filed ACP here: https://github.com/rust-lang/libs-team/issues/121
</content>
</entry>
<entry>
<title>Show a note where a macro failed to match</title>
<updated>2022-11-14T18:59:15+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2022-11-12T22:18:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7e7c11cf560527c4a7c70da63455cc23f4c51235'/>
<id>urn:sha1:7e7c11cf560527c4a7c70da63455cc23f4c51235</id>
<content type='text'>
This shows a small note on what the macro matcher was currently
processing to aid with "no rules expected the token X" errors.
</content>
</entry>
<entry>
<title>Specify that `break` cannot be used outside of loop *or* labeled block</title>
<updated>2022-11-05T01:12:58+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2022-11-05T01:11:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2f882c014f3bfabb811177d24bfb72e3f6b6d271'/>
<id>urn:sha1:2f882c014f3bfabb811177d24bfb72e3f6b6d271</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add regression test</title>
<updated>2022-10-12T16:54:14+00:00</updated>
<author>
<name>Lukas Markeffsky</name>
<email>@</email>
</author>
<published>2022-10-12T16:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f3d7b39cdf483ae543757fbef369c166650e66f2'/>
<id>urn:sha1:f3d7b39cdf483ae543757fbef369c166650e66f2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make const_err a hard error</title>
<updated>2022-10-07T16:08:49+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2022-09-21T11:05:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=fd59d44f5880fea109fe68e31fab2486cd686fc6'/>
<id>urn:sha1:fd59d44f5880fea109fe68e31fab2486cd686fc6</id>
<content type='text'>
</content>
</entry>
</feed>
