bors[bot] 1bd14e0530
Merge #10385
10385: Make `extern crate test;` work r=jonas-schievink a=jonas-schievink

This implements support for dependencies that are not added to the extern prelude of a crate, and add the `test` crate from the sysroot as such a dependency.

This does mean we now index `test` on startup, but I didn't notice much of a difference (and also, r-a can be used while it is still indexing).

Fixes https://github.com/rust-analyzer/rust-analyzer/issues/6714

bors r+

Co-authored-by: Jonas Schievink <jonasschievink@gmail.com>
2021-09-28 19:48:03 +00:00
..
2021-09-28 19:38:59 +00:00
2021-09-27 16:59:25 +02:00
2021-09-27 12:54:24 +02:00
2021-09-28 17:23:11 +00:00
2021-09-28 19:38:59 +00:00
2021-09-27 12:54:24 +02:00
2021-09-27 12:54:24 +02:00
2021-09-19 23:34:07 +02:00
2021-09-27 18:00:08 +00:00
2021-09-28 21:39:41 +02:00
2021-09-27 19:02:03 +02:00
2021-09-28 10:20:35 +08:00