Esteban Küber
b61570ac11
Structured suggestion for extern crate foo
when foo
isn't resolved in import
...
When encountering a name in an import that could have come from a crate that wasn't imported, use a structured suggestion to suggest `extern crate foo;` pointing at the right place in the crate.
When encountering `_` in an import, do not suggest `extern crate _;`.
```
error[E0432]: unresolved import `spam`
--> $DIR/import-from-missing-star-3.rs:2:9
|
LL | use spam::*;
| ^^^^ maybe a missing crate `spam`?
|
help: consider importing the `spam` crate
|
LL + extern crate spam;
|
```
2024-07-29 23:49:51 +00:00
..
2024-02-16 20:02:50 +00:00
2024-05-22 13:47:15 -07:00
2024-07-29 23:49:51 +00:00
2024-02-16 20:02:50 +00:00
2024-02-17 13:59:45 +01:00
2024-02-16 20:02:50 +00:00
2024-03-24 09:34:11 +01:00
2024-03-18 16:25:36 +00:00
2024-04-04 14:43:44 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-09 15:43:08 -03:00
2024-02-16 20:02:50 +00:00
2024-04-12 12:59:40 +09:00
2024-05-21 20:16:39 +00:00
2024-05-21 20:16:39 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-04-12 12:59:40 +09:00
2024-04-12 12:59:40 +09:00
2024-04-12 12:59:40 +09:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-06-17 10:09:27 +00:00
2024-06-17 10:09:27 +00:00
2024-02-16 20:02:50 +00:00
2024-04-12 12:59:40 +09:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-04-12 12:59:40 +09:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-17 13:59:45 +01:00
2024-02-17 13:59:45 +01:00
2024-02-16 20:02:50 +00:00
2024-07-23 01:48:03 +02:00
2024-07-23 01:48:03 +02:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-08 12:28:35 +00:00
2024-02-08 12:28:35 +00:00
2024-02-08 12:28:35 +00:00
2024-02-08 12:28:35 +00:00
2024-02-16 20:02:50 +00:00
2024-03-11 09:36:35 -07:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-03-12 10:59:41 +01:00
2024-03-12 10:59:41 +01:00
2024-06-04 15:34:04 +00:00
2024-06-04 15:34:04 +00:00
2024-06-04 15:34:04 +00:00
2024-03-13 18:37:40 +03:00
2024-03-13 18:37:40 +03:00
2024-02-23 10:57:11 +11:00
2024-02-23 10:57:11 +11:00
2024-02-16 20:02:50 +00:00
2024-04-12 12:59:40 +09:00
2024-06-05 22:25:42 +01:00
2024-06-05 22:25:42 +01:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00
2024-02-16 20:02:50 +00:00