<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/generator/yield-while-iterating.stderr, branch 1.25.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.25.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.25.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-07-29T16:30:03+00:00</updated>
<entry>
<title>Use a free error code</title>
<updated>2017-07-29T16:30:03+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-07-29T16:05:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc4ff8f4d169562ff4ae22b94197a191215e6d56'/>
<id>urn:sha1:cc4ff8f4d169562ff4ae22b94197a191215e6d56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>change how we report `err_out_of_scope` borrowck errors</title>
<updated>2017-07-28T13:46:27+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2017-07-15T10:52:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=3fdc3fa1ec091d4bec006e0201d29ce54dcbf430'/>
<id>urn:sha1:3fdc3fa1ec091d4bec006e0201d29ce54dcbf430</id>
<content type='text'>
Also, remove the explicit code detecting borrows over a yield.  It
turns out not to be necessary -- any such borrow winds up with a
lifetime that is part of the generator type, and therefore which will
outlive the generator expression itself, which yields an
`err_out_of_scope`. So instead we intercept those errors and display
them in a nicer way.
</content>
</entry>
</feed>
