<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/parse-fail/issue-24780.rs, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-10-21T11:06:28+00:00</updated>
<entry>
<title>Move parse-fail tests to UI</title>
<updated>2018-10-21T11:06:28+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-10-20T20:36:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f'/>
<id>urn:sha1:73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add tests</title>
<updated>2018-01-27T19:37:30+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2018-01-18T17:59:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d79f7cde061f18d354d914393640f9c1aacf45a8'/>
<id>urn:sha1:d79f7cde061f18d354d914393640f9c1aacf45a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Breaking tokens into pieces should behave similar to Parser::bump.</title>
<updated>2016-02-08T20:26:48+00:00</updated>
<author>
<name>Tomasz Miąsko</name>
<email>tomasz.miasko@gmail.com</email>
</author>
<published>2016-02-06T17:42:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cecf83f5926898c86c305c7aff104fcc900a87a2'/>
<id>urn:sha1:cecf83f5926898c86c305c7aff104fcc900a87a2</id>
<content type='text'>
Previously when breaking tokens into smaller pieces, the replace_token
function have been used. It replaced current token and updated span
information, but it did not clear the list of expected tokens, neither
did it update remaining info about last token. This could lead to
incorrect error message, like one described in the issue #24780:

  expected one of ... `&gt;` ...  found `&gt;`
</content>
</entry>
</feed>
