<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/for-loop-refutable-pattern-error-message.rs, branch 0.11.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.11.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.11.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2014-05-26T23:24:37+00:00</updated>
<entry>
<title>syntax: desugar a `for` loop to a let binding to get better error</title>
<updated>2014-05-26T23:24:37+00:00</updated>
<author>
<name>Huon Wilson</name>
<email>dbau.pp+github@gmail.com</email>
</author>
<published>2014-05-26T12:01:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2a137829e07505aaaa2be4ae97d6ecfb6ef6823'/>
<id>urn:sha1:f2a137829e07505aaaa2be4ae97d6ecfb6ef6823</id>
<content type='text'>
messages when the pattern is refutable.

This means the compiler points directly to the pattern and said that the
problem is the pattern being refutable (rather than just saying that
some value isn't covered in the `match` as it did previously).

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