Dan Aloni
404df1cbbf
Add re-exports to use suggestions
...
In the following example, an inaccessible path is suggested via
`use foo::bar::X;` whereas an accessible public exported path can
be suggested instead.
```
mod foo {
mod bar {
pub struct X;
}
pub use self::bar::X;
}
fn main() { X; }
```
This fixes the issue.
2020-06-23 13:37:50 +03:00
..
2020-06-22 12:46:29 -04:00
2020-06-20 22:53:46 +00:00
2020-06-20 16:39:53 +02:00
2020-06-09 16:13:11 +03:00
2020-06-22 14:53:46 +02:00
2020-06-21 13:50:06 +02:00
2020-06-03 15:27:51 -04:00
2020-06-10 01:35:47 +00:00
2020-06-20 14:45:00 -07:00
2020-06-19 09:15:14 -07:00
2020-06-22 12:46:29 -04:00
2020-06-09 17:34:07 +12:00
2020-06-11 19:04:16 +02:00
2020-06-02 20:38:24 +03:00
2020-06-20 11:12:43 -07:00
2020-06-19 19:42:55 -07:00
2020-06-23 03:16:24 +02:00
2020-06-19 14:04:30 -04:00
2020-06-06 09:00:51 +00:00
2020-06-23 03:16:28 +02:00
2020-06-15 18:25:58 -05:00
2020-06-12 12:28:25 +02:00
2020-06-16 09:39:34 +02:00
2020-06-02 20:42:54 +03:00
2020-06-20 13:02:05 +01:00
2020-06-15 04:10:24 +00:00
2020-06-11 16:24:01 +01:00
2020-06-02 20:38:24 +03:00
2020-06-22 12:46:29 -04:00
2020-06-20 16:39:53 +02:00
2020-06-12 12:28:23 +02:00
2020-06-21 11:47:19 +02:00
2020-06-09 17:34:07 +12:00
2020-06-10 09:05:52 +01:00
2020-06-22 12:46:29 -04:00
2020-06-23 03:16:24 +02:00
2020-06-23 03:16:26 +02:00
2020-06-21 11:47:19 +02:00
2020-06-21 14:09:12 +02:00
2020-06-15 12:35:27 -07:00
2020-06-21 11:47:19 +02:00
2020-06-15 18:25:58 -05:00
2020-06-20 12:12:28 +02:00
2020-06-23 13:37:50 +03:00
2020-06-19 10:35:44 +01:00
2020-06-10 09:05:52 +01:00
2020-06-20 16:39:53 +02:00
2020-06-22 12:46:29 -04:00
2020-06-15 18:25:58 -05:00
2020-06-19 09:15:00 -07:00
2020-06-23 03:16:22 +02:00
2020-06-19 14:05:14 -04:00
2020-06-21 11:47:19 +02:00
2020-06-20 22:53:46 +00:00
2020-06-20 12:12:28 +02:00
2020-06-23 04:03:28 +00:00
2020-06-08 13:37:58 -07:00
2020-06-12 00:05:31 +02:00
2020-06-13 19:54:09 +01:00
2020-06-19 19:42:55 -07:00
2020-06-23 13:37:50 +03:00
2020-06-23 03:16:22 +02:00
2020-06-20 11:13:47 -07:00