Niko Matsakis
34c361cfb2
when creating an AssociatedItem, read data from impl, not impl item
...
Before, when we created an AssociatedItem for impl item X, we would read
the impl item itself. Now we instead load up the impl I that contains X
and read the data from the `ImplItemRef` for X; actually, we do it for
all impl items in I pre-emptively.
This kills the last source of edges between a method X and a call to a
method Y defined in the same impl.
Fixes #37121
2016-11-17 13:44:21 -05:00
..
2016-11-15 09:10:23 -08:00
2016-11-11 07:36:40 -08:00
2016-11-10 09:23:29 -08:00
2016-11-14 06:00:27 -08:00
2016-11-11 13:36:10 +01:00
2016-11-13 01:30:42 +01:00
2016-11-12 10:46:15 -08:00
2016-11-12 12:47:13 -07:00
2016-11-11 10:53:02 -08:00
2016-11-10 01:44:53 +02:00
2016-11-07 14:15:58 +08:00
2016-11-08 23:03:56 +10:30
2016-11-09 14:55:39 +01:00
2016-11-17 13:44:21 -05:00
2016-11-12 17:45:15 -05:00
2016-11-16 13:51:36 -05:00
2016-11-16 13:51:36 -05:00
2016-11-13 19:49:46 -05:00
2016-11-16 13:57:43 -05:00
2016-11-16 13:57:47 -05:00
2016-11-16 13:57:47 -05:00
2016-11-15 04:42:28 -08:00
2016-11-16 13:57:43 -05:00
2016-11-16 13:57:47 -05:00
2016-11-16 13:57:47 -05:00
2016-11-16 13:57:43 -05:00
2016-11-16 13:57:47 -05:00
2016-11-11 09:04:17 -08:00
2016-11-12 10:38:41 +02:00
2016-11-16 13:57:47 -05:00
2016-11-17 13:44:21 -05:00
2016-11-17 13:44:21 -05:00
2016-11-14 15:54:40 -05:00
2016-11-15 15:59:52 -08:00
2016-11-12 10:38:42 +02:00
2016-11-08 17:44:21 -08:00
2016-11-06 18:20:38 +01:00
2016-11-12 17:33:35 -05:00
2016-11-17 13:44:21 -05:00
2016-11-10 18:37:41 -07:00
2016-11-08 07:32:05 -08:00
2016-11-11 07:38:48 -07:00