<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/tool-attributes, branch perf-tmp</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=perf-tmp'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-06-09T09:44:24+00:00</updated>
<entry>
<title>refactor  `AttributeGate` and `rustc_attr!` to emit notes during feature checking</title>
<updated>2025-06-09T09:44:24+00:00</updated>
<author>
<name>mejrs</name>
<email>59372212+mejrs@users.noreply.github.com</email>
</author>
<published>2025-05-18T16:35:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=959d6de1a928061256bb845025597be11ddca2ea'/>
<id>urn:sha1:959d6de1a928061256bb845025597be11ddca2ea</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not visit whole crate to compute `lints_that_dont_need_to_run`.</title>
<updated>2025-04-04T12:37:38+00:00</updated>
<author>
<name>Camille GILLOT</name>
<email>gillot.camille@gmail.com</email>
</author>
<published>2024-12-03T00:12:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=280a1d8edb8322280bb9b10fab41c7bfb43d67b2'/>
<id>urn:sha1:280a1d8edb8322280bb9b10fab41c7bfb43d67b2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Support matching on diagnostics without a span</title>
<updated>2025-03-25T14:33:09+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-23T12:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d5109aa6ea1b54a560774eb95ba7c1b8d404faa'/>
<id>urn:sha1:8d5109aa6ea1b54a560774eb95ba7c1b8d404faa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Document `#![register_tool]`</title>
<updated>2025-03-17T05:16:47+00:00</updated>
<author>
<name>jyn</name>
<email>github@jyn.dev</email>
</author>
<published>2025-03-17T02:27:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=10bc5acf0d6736bc0a99d55beae739878f94de16'/>
<id>urn:sha1:10bc5acf0d6736bc0a99d55beae739878f94de16</id>
<content type='text'>
</content>
</entry>
<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>Always run tail_expr_drop_order lint on promoted MIR</title>
<updated>2024-12-23T20:25:41+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-19T04:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b893221517243d942ab503793f885dcefbfa4f45'/>
<id>urn:sha1:b893221517243d942ab503793f885dcefbfa4f45</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix diagnostic and add a test for it</title>
<updated>2024-07-10T22:56:06+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-07-10T22:55:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12ae282987762a71cf146efa3fb6c6fcf4956475'/>
<id>urn:sha1:12ae282987762a71cf146efa3fb6c6fcf4956475</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix remaining cases</title>
<updated>2024-06-21T23:00:18+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-06-21T22:20:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ffd72b1700a6c96b2468e9259fdb4beea11717e0'/>
<id>urn:sha1:ffd72b1700a6c96b2468e9259fdb4beea11717e0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move 100 entries from tests/ui into subdirs</title>
<updated>2024-05-21T02:55:59+00:00</updated>
<author>
<name>Jubilee Young</name>
<email>workingjubilee@gmail.com</email>
</author>
<published>2024-05-19T23:11:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d89500843caf666998619bbc0c88d5857726963d'/>
<id>urn:sha1:d89500843caf666998619bbc0c88d5857726963d</id>
<content type='text'>
- Move super-fast-paren-parsing test into ui/parser
- Move stmt_expr_attrs test into ui/feature-gates
- Move macro tests into ui/macros
- Move global_asm tests into ui/asm
- Move env tests into ui/process
- Move xcrate tests into ui/cross-crate
- Move unop tests into ui/unop
- Move backtrace tests into ui/backtrace
- Move check-static tests into ui/statics
- Move expr tests into ui/expr
- Move optimization fuel tests into ui/fuel
- Move ffi attribute tests into ui/ffi-attrs
- Move suggestion tests into ui/suggestions
- Move main tests into ui/fn-main
- Move lint tests into ui/lint
- Move repr tests into ui/repr
- Move intrinsics tests into ui/intrinsics
- Move tool lint tests into ui/tool-attributes
- Move return tests into ui/return
- Move pattern tests into ui/patttern
- Move range tests into ui/range
- Move foreign-fn tests into ui/foreign
- Move orphan-check tests into ui/coherence
- Move inference tests into ui/inference
- Reduce ROOT_ENTRY_LIMIT
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</id>
<content type='text'>
</content>
</entry>
</feed>
