<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/macros/builtin-prelude-no-accidents.stderr, branch try-perf</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try-perf</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try-perf'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-01-24T01:19:50+00:00</updated>
<entry>
<title>Reword "crate not found" resolve message</title>
<updated>2025-01-24T01:19:50+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-11-18T03:42:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dd52bfc76e9d1136ba90c5aff1af22b0d5ca2631'/>
<id>urn:sha1:dd52bfc76e9d1136ba90c5aff1af22b0d5ca2631</id>
<content type='text'>
```
error[E0432]: unresolved import `some_novel_crate`
 --&gt; file.rs:1:5
  |
1 | use some_novel_crate::Type;
  |     ^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `some_novel_crate`
```

On resolve errors where there might be a missing crate, mention `cargo add foo`:

```
error[E0433]: failed to resolve: use of unresolved module or unlinked crate `nope`
  --&gt; $DIR/conflicting-impl-with-err.rs:4:11
   |
LL | impl From&lt;nope::Thing&gt; for Error {
   |           ^^^^ use of unresolved module or unlinked crate `nope`
   |
   = help: if you wanted to use a crate named `nope`, use `cargo add nope` to add it to your `Cargo.toml`
```
</content>
</entry>
<entry>
<title>Add filter with next segment while lookup typo for path</title>
<updated>2023-07-07T01:00:50+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2023-07-02T15:29:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f53e61887b5e918a69915e8f5a721c1f07b9874'/>
<id>urn:sha1:6f53e61887b5e918a69915e8f5a721c1f07b9874</id>
<content type='text'>
</content>
</entry>
<entry>
<title>suggest importing for partial mod path in name resolving</title>
<updated>2023-06-22T03:18:48+00:00</updated>
<author>
<name>yukang</name>
<email>moorekang@gmail.com</email>
</author>
<published>2023-06-22T03:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e7e1a39fa0ff1da2f408af3fac253839cbd74848'/>
<id>urn:sha1:e7e1a39fa0ff1da2f408af3fac253839cbd74848</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(resolve): clean up the early error return caused by non-call</title>
<updated>2023-05-10T14:35:01+00:00</updated>
<author>
<name>bohan</name>
<email>bohan-zhang@foxmail.com</email>
</author>
<published>2023-05-10T14:35:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7c1bc0353b8c13edc6e3cb8e0a37e876f06da7b7'/>
<id>urn:sha1:7c1bc0353b8c13edc6e3cb8e0a37e876f06da7b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move /src/test to /tests</title>
<updated>2023-01-11T09:32:08+00:00</updated>
<author>
<name>Albert Larsan</name>
<email>74931857+albertlarsan68@users.noreply.github.com</email>
</author>
<published>2023-01-05T08:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf2dff2b1e3fa55fa5415d524200070d0d7aacfe'/>
<id>urn:sha1:cf2dff2b1e3fa55fa5415d524200070d0d7aacfe</id>
<content type='text'>
</content>
</entry>
</feed>
