<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/parse-fail/removed-syntax-extern-const.rs, branch 1.30.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.30.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.30.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-05-31T18:26:19+00:00</updated>
<entry>
<title>Improve error message for const extern fn</title>
<updated>2017-05-31T18:26:19+00:00</updated>
<author>
<name>Manish Goregaokar</name>
<email>manishsmail@gmail.com</email>
</author>
<published>2017-05-30T21:23:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=22c4ee365c3b921859e0a325a559b3d41f49c4bb'/>
<id>urn:sha1:22c4ee365c3b921859e0a325a559b3d41f49c4bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>parser: do not try to continue with `unsafe` on foreign fns</title>
<updated>2016-05-02T10:49:31+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-05-02T06:45:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b75f81c9b3f996100c72f9141dcf6161f8fc90f4'/>
<id>urn:sha1:b75f81c9b3f996100c72f9141dcf6161f8fc90f4</id>
<content type='text'>
The changed line makes it look like `unsafe` is allowed, but the
first statement of `parse_item_foreign_fn` is:

`self.expect_keyword(keywords::Fn)?;`

So we get the strange "expected one of `fn`, `pub`, `static`, or
`unsafe`, found `unsafe`".

Fixes: #27361
</content>
</entry>
<entry>
<title>Return nonzero exit code if there are errors at a stop point</title>
<updated>2015-04-18T10:23:49+00:00</updated>
<author>
<name>Florian Hahn</name>
<email>flo@fhahn.com</email>
</author>
<published>2015-02-09T19:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2a24e97c80d5004cd1b57cb96a0bde6fe43a848d'/>
<id>urn:sha1:2a24e97c80d5004cd1b57cb96a0bde6fe43a848d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move compile-fail tests that are rejected by the parser to parse-fail</title>
<updated>2015-02-06T21:23:16+00:00</updated>
<author>
<name>Florian Hahn</name>
<email>flo@fhahn.com</email>
</author>
<published>2015-02-06T15:51:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=01db9a46af72383811f39091be70e9721aaa159a'/>
<id>urn:sha1:01db9a46af72383811f39091be70e9721aaa159a</id>
<content type='text'>
</content>
</entry>
</feed>
