<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/compile-fail/object-does-not-impl-trait.rs, branch 1.27.1</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.27.1</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.27.1'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-01-30T20:14:15+00:00</updated>
<entry>
<title>Merge ty::TyBox into ty::TyAdt</title>
<updated>2017-01-30T20:14:15+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-01-21T14:40:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ffba0cea621c2609582b4e201b76b3b19860ec4f'/>
<id>urn:sha1:ffba0cea621c2609582b4e201b76b3b19860ec4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve the printing of substs and trait-refs</title>
<updated>2016-04-05T19:56:23+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>ariel.byd@gmail.com</email>
</author>
<published>2016-04-05T19:56:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b23648fe4aa46e9a2bf72c6f68590e799c4cdb07'/>
<id>urn:sha1:b23648fe4aa46e9a2bf72c6f68590e799c4cdb07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suggest adding a where-clause when that can help</title>
<updated>2016-04-05T17:58:58+00:00</updated>
<author>
<name>Ariel Ben-Yehuda</name>
<email>arielb1@mail.tau.ac.il</email>
</author>
<published>2016-03-29T17:12:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8a461d940cc6019bd332b1ea732d79d3216d9108'/>
<id>urn:sha1:8a461d940cc6019bd332b1ea732d79d3216d9108</id>
<content type='text'>
suggest adding a where-clause when there is an unmet trait-bound that
can be satisfied if some type can implement it.
</content>
</entry>
<entry>
<title>test: Fix fallout in tests</title>
<updated>2015-04-21T18:37:43+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2015-04-18T05:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0791f9f406053d84dc7136c2be015a469304d7f0'/>
<id>urn:sha1:0791f9f406053d84dc7136c2be015a469304d7f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fallout: tests. As tests frequently elide things, lots of changes</title>
<updated>2015-02-18T15:25:28+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2015-02-12T15:29:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=872ce479550a3d805babb0ca409dfc3cf6f52309'/>
<id>urn:sha1:872ce479550a3d805babb0ca409dfc3cf6f52309</id>
<content type='text'>
here.  Some of this may have been poorly rebased, though I tried to be
careful and preserve the spirit of the test.
</content>
</entry>
<entry>
<title>Update error messages in compile-fail tests</title>
<updated>2014-09-15T18:58:49+00:00</updated>
<author>
<name>Niko Matsakis</name>
<email>niko@alum.mit.edu</email>
</author>
<published>2014-09-12T14:45:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b88f86782ecd9319e0e2c875bbf1efecd66ebf41'/>
<id>urn:sha1:b88f86782ecd9319e0e2c875bbf1efecd66ebf41</id>
<content type='text'>
</content>
</entry>
<entry>
<title>librustc: Allow trait bounds on structures and enumerations, and check</title>
<updated>2014-08-17T08:39:10+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-08-12T00:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=086a5ca7d25307325912cab2a67384867daa04c5'/>
<id>urn:sha1:086a5ca7d25307325912cab2a67384867daa04c5</id>
<content type='text'>
them during kind checking.

This implements RFC #11.

Closes #15759.
</content>
</entry>
<entry>
<title>librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except</title>
<updated>2014-05-07T06:12:54+00:00</updated>
<author>
<name>Patrick Walton</name>
<email>pcwalton@mimiga.net</email>
</author>
<published>2014-05-06T01:56:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=090040bf4037a094e50b03d79e4baf5cd89c912b'/>
<id>urn:sha1:090040bf4037a094e50b03d79e4baf5cd89c912b</id>
<content type='text'>
for `~str`/`~[]`.

Note that `~self` still remains, since I forgot to add support for
`Box&lt;self&gt;` before the snapshot.

How to update your code:

* Instead of `~EXPR`, you should write `box EXPR`.

* Instead of `~TYPE`, you should write `Box&lt;Type&gt;`.

* Instead of `~PATTERN`, you should write `box PATTERN`.

[breaking-change]
</content>
</entry>
<entry>
<title>Removed @self and @Trait.</title>
<updated>2014-02-06T22:38:33+00:00</updated>
<author>
<name>Eduard Burtescu</name>
<email>edy.burt@gmail.com</email>
</author>
<published>2014-02-06T22:38:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b2d30b72bfaa1f36808151e5825073cdff2e7ea7'/>
<id>urn:sha1:b2d30b72bfaa1f36808151e5825073cdff2e7ea7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>register snapshots</title>
<updated>2013-10-23T22:06:12+00:00</updated>
<author>
<name>Daniel Micay</name>
<email>danielmicay@gmail.com</email>
</author>
<published>2013-10-23T08:49:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=142672dca4314e9cfebf067d46c3b542c721cff6'/>
<id>urn:sha1:142672dca4314e9cfebf067d46c3b542c721cff6</id>
<content type='text'>
</content>
</entry>
</feed>
