<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/run-pass/specialization/defaultimpl/auxiliary, branch 1.22.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-04-24T10:08:48+00:00</updated>
<entry>
<title>support `default impl` for specialization</title>
<updated>2017-04-24T10:08:48+00:00</updated>
<author>
<name>Gianni Ciccarelli</name>
<email>gianni.ciccarelli@gmail.com</email>
</author>
<published>2016-11-18T16:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=116e9831a57dd09b4c580c2f480064299137b0b0'/>
<id>urn:sha1:116e9831a57dd09b4c580c2f480064299137b0b0</id>
<content type='text'>
this commit implements the first step of the `default impl` feature:
all items in a `default impl` are (implicitly) `default` and hence
specializable.
In order to test this feature I've copied all the tests provided for the
`default` method implementation (in run-pass/specialization and
compile-fail/specialization directories) and moved the `default` keyword
from the item to the impl.
See referenced issue for further info
</content>
</entry>
</feed>
