Vadim Petrochenkov
|
a80d329b68
|
Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures
They are already gated with feature `fn_traits`
|
2016-07-31 17:48:20 +03:00 |
|
Niko Matsakis
|
964a5fabb7
|
Update error messages in various compile-fail tests
|
2014-12-30 09:36:22 -05:00 |
|
Niko Matsakis
|
ebf1e4f23a
|
Three random test cases that seem to produce more errors now. I've
not dug deeply into what is going on here, although the errors ARE
somewhat surprising.
|
2014-12-19 03:29:59 -05:00 |
|
Niko Matsakis
|
39221a013f
|
Implement the Fn trait for bare fn pointers in the compiler rather than doing it using hard-coded impls. This means that it works also for more complex fn types involving bound regions. Fixes #19126.
|
2014-12-04 01:49:42 -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 |
|
Brian Koropoff
|
7a8e73e4f5
|
Add regression test for #18532
|
2014-11-02 19:36:15 -08:00 |
|