<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/parser/issue-24780.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>2021-11-20T13:52:21+00:00</updated>
<entry>
<title>Move parser tests to parser/issues subdirectory</title>
<updated>2021-11-20T13:52:21+00:00</updated>
<author>
<name>Badel2</name>
<email>2badel2@gmail.com</email>
</author>
<published>2021-11-20T13:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8c8914ecaba0ae97970d129cf9f2301944c26dff'/>
<id>urn:sha1:8c8914ecaba0ae97970d129cf9f2301944c26dff</id>
<content type='text'>
Because the parser directory has already reached the 1000 file limit.
</content>
</entry>
<entry>
<title>Revert invalid `fn` return type parsing change</title>
<updated>2020-10-29T15:26:42+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-10-29T15:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f9a26643ecd72cf75d0d5b87c40979816fdaef22'/>
<id>urn:sha1:f9a26643ecd72cf75d0d5b87c40979816fdaef22</id>
<content type='text'>
Fix #78507.
</content>
</entry>
<entry>
<title>Tweak invalid `fn` header and body parsing</title>
<updated>2020-10-26T01:34:14+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-10-25T21:20:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ff61949860813247b26d96eb374b41b46becba81'/>
<id>urn:sha1:ff61949860813247b26d96eb374b41b46becba81</id>
<content type='text'>
* Recover empty `fn` bodies when encountering `}`
* Recover trailing `&gt;` in return types
* Recover from non-type in array type `[&lt;BAD TOKEN&gt;; LEN]`
</content>
</entry>
<entry>
<title>Rely on regular "expected"/"found" parser error for `fn`</title>
<updated>2020-10-25T19:13:27+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2020-10-25T19:13:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=040f56881500279889fd847b767f5fde14b21028'/>
<id>urn:sha1:040f56881500279889fd847b767f5fde14b21028</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: merge `fn` grammars wrt. bodies &amp; headers</title>
<updated>2020-02-05T00:27:09+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-29T23:18:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2c6eeb713d4cf9b35b7dda6ff2b0274e7f24684'/>
<id>urn:sha1:b2c6eeb713d4cf9b35b7dda6ff2b0274e7f24684</id>
<content type='text'>
also refactor `FnKind` and `visit_assoc_item` visitors
</content>
</entry>
<entry>
<title>Remove "here" from "expected one of X here"</title>
<updated>2019-11-07T01:26:20+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2019-10-28T18:08:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=52e8ec14322e1f0c2cba5fc3c54e876e58a5ddee'/>
<id>urn:sha1:52e8ec14322e1f0c2cba5fc3c54e876e58a5ddee</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests: Do not use `-Z parse-only`, continue compilation to test recovery</title>
<updated>2019-01-06T19:20:46+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2019-01-06T15:33:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1f64f60d5cba64beca6e812e16d6d99519d3551b'/>
<id>urn:sha1:1f64f60d5cba64beca6e812e16d6d99519d3551b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove licenses</title>
<updated>2018-12-26T04:08:33+00:00</updated>
<author>
<name>Mark Rousskov</name>
<email>mark.simulacrum@gmail.com</email>
</author>
<published>2018-12-25T15:56:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a663555ddf36f6b041445894a8c175cd1bc718c'/>
<id>urn:sha1:2a663555ddf36f6b041445894a8c175cd1bc718c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move parse-fail tests to UI</title>
<updated>2018-10-21T11:06:28+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-10-20T20:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f'/>
<id>urn:sha1:73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f</id>
<content type='text'>
</content>
</entry>
</feed>
