Tobias Schottdorf
de55b4f077
implement pattern-binding-modes RFC
...
See the [RFC] and [tracking issue].
[tracking issue]: https://github.com/rust-lang/rust/issues/42640
[RFC]: https://github.com/rust-lang/rfcs/blob/491e0af/text/2005-match-ergonomics.md
2017-10-06 16:30:23 -04:00
Niko Matsakis
2c9dfafa57
fix various error messages
2016-04-12 14:05:29 -04:00
Niko Matsakis
3046ac217f
Detect cycles and specialize error reporting for Sized. It is important
...
to get the `Sized` error usable, since that hits new users
frequently. Further work is needed for the error reporting for non-Sized
cycle cases; those currently just fallback to the old path. Also adjust tests.
2016-01-16 05:22:32 -05:00
Nick Cameron
843db01bd9
eddyb's changes for DST coercions
...
+ lots of rebasing
2015-05-13 14:19:51 +12:00
Tamir Duberstein
1d31f31d10
Regression test for #20261
...
Closes #20261 .
2015-03-16 07:35:23 -07:00