<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/parse-fail/issue-33262.rs, branch 1.27.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2016-05-01T17:01:06+00:00</updated>
<entry>
<title>parser: fix suppression of syntax errors in range RHS</title>
<updated>2016-05-01T17:01:06+00:00</updated>
<author>
<name>Georg Brandl</name>
<email>georg@python.org</email>
</author>
<published>2016-05-01T16:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a36fb461addccb41d9a0cb75857efa41a9f2681e'/>
<id>urn:sha1:a36fb461addccb41d9a0cb75857efa41a9f2681e</id>
<content type='text'>
Invalid expressions on the RHS were just swallowed without generating
an error.  The new code more closely mirrors the code for parsing
`..x` in the `parse_prefix_range_expr` method, where no cancel is done
either.

Fixes #33262.
</content>
</entry>
</feed>
