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 |
|
Jakub Bukaj
|
7f523e7252
|
Update tests with the new error messages
|
2014-10-28 17:54:16 +01:00 |
|
Jakub Wieczorek
|
28bc56828f
|
Change method lookup to require invariance for mutable references
Fixes #17033.
Fixes #15965.
|
2014-09-09 20:25:31 +02:00 |
|