Tamir Duberstein
d51047ded0
Strip all leading/trailing newlines
2015-03-15 09:08:21 -07:00
Niko Matsakis
09783d1dab
Update test files; mostly the problem is that they were using the
...
explicit form `Fn<A,B>` and now should use `Fn(A) -> B` or
`Fn<A,Output=B>`, but in some cases we get duplicate error
reports. This is mildly annoying and arises because of the main error
and another error from the projection. Might be worth squashing those,
but seems like a separate problem.
2015-01-28 05:15:24 -05:00
Huon Wilson
85f961e2cc
Update compile fail tests to use usize.
2015-01-08 11:02:24 -05:00
Huon Wilson
0c70ce1424
Update compile fail tests to use isize.
2015-01-08 11:02:24 -05:00
Niko Matsakis
56ba260749
Update test for equivalency to include region binders in object types, add new tests relating to HRTB, consolidate the unboxed_closures
and overloaded_calls
feature gates.
2014-11-18 12:32:38 -05:00
Patrick Walton
02adaca4dc
librustc: Implement unboxed closures with mutable receivers
2014-07-18 09:01:37 -07:00
Patrick Walton
454b9d2d1f
librustc: Fix expr_use_visitor
(and, transitively, the borrow check)
...
with overloaded calls.
This enforces the mutability and borrow restrictions around overloaded
calls.
Closes #14774 .
[breaking-change]
2014-07-01 14:32:57 -07:00