<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/macros/assert.rs, branch 1.34.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.34.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.34.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2019-01-02T16:02:30+00:00</updated>
<entry>
<title>make `panictry!` private to libsyntax</title>
<updated>2019-01-02T16:02:30+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2018-12-04T19:10:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0a6fb8473872b2a6dd7fe66697f90dceac667ec4'/>
<id>urn:sha1:0a6fb8473872b2a6dd7fe66697f90dceac667ec4</id>
<content type='text'>
This commit completely removes usage of the `panictry!` macro from
outside libsyntax. The macro causes parse errors to be fatal, so using
it in libsyntax_ext caused parse failures *within* a syntax extension to
be fatal, which is probably not intended.

Furthermore, this commit adds spans to diagnostics emitted by empty
extensions if they were missing, à la #56491.
</content>
</entry>
<entry>
<title>emit error with span for empty asserts</title>
<updated>2018-12-04T15:22:48+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2018-12-04T01:45:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a367cec6e355a0b17d611acba5577ee72c228971'/>
<id>urn:sha1:a367cec6e355a0b17d611acba5577ee72c228971</id>
<content type='text'>
Fixes #55547.
</content>
</entry>
</feed>
