<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/duplicate, branch try</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=try</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=try'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-04-08T20:06:31+00:00</updated>
<entry>
<title>UI tests: add missing diagnostic kinds where possible</title>
<updated>2025-04-08T20:06:31+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-04-05T16:19:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f75353a237f3623483c1e237be480140a8c3e1'/>
<id>urn:sha1:b3f75353a237f3623483c1e237be480140a8c3e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>compiletest: Require `//~` annotations even if `error-pattern` is specified</title>
<updated>2025-04-03T08:08:55+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2025-03-28T23:41:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d649906900cd833b0680f53b8c197b087711a4a'/>
<id>urn:sha1:4d649906900cd833b0680f53b8c197b087711a4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove support for the #[start] attribute</title>
<updated>2025-01-21T13:59:15+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-12-14T08:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=56c90dc31e86bbaf486826a21a33d7c56e8f742f'/>
<id>urn:sha1:56c90dc31e86bbaf486826a21a33d7c56e8f742f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore: remove redundant words in comment</title>
<updated>2025-01-06T07:47:49+00:00</updated>
<author>
<name>crystalstall</name>
<email>crystalruby@qq.com</email>
</author>
<published>2025-01-06T07:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=591bf634394867c44cfc5cdaf391f948e6c3d11a'/>
<id>urn:sha1:591bf634394867c44cfc5cdaf391f948e6c3d11a</id>
<content type='text'>
Signed-off-by: crystalstall &lt;crystalruby@qq.com&gt;
</content>
</entry>
<entry>
<title>chore: fix typos</title>
<updated>2024-12-31T15:46:39+00:00</updated>
<author>
<name>dxsullivan</name>
<email>193140725+dxsullivan@users.noreply.github.com</email>
</author>
<published>2024-12-31T15:46:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bb16267a65f00defdc5d484375c59f9d93dfa50e'/>
<id>urn:sha1:bb16267a65f00defdc5d484375c59f9d93dfa50e</id>
<content type='text'>
Signed-off-by: dxsullivan &lt;193140725+dxsullivan@users.noreply.github.com&gt;
</content>
</entry>
<entry>
<title>Explicitly mark a hack as a HACK and elaborate its comment</title>
<updated>2024-09-18T17:36:44+00:00</updated>
<author>
<name>León Orell Valerian Liehr</name>
<email>me@fmease.dev</email>
</author>
<published>2024-09-18T17:30:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=682c5f485b4cc55ce16315e0d76a5a16ab3064f5'/>
<id>urn:sha1:682c5f485b4cc55ce16315e0d76a5a16ab3064f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not ICE with incorrect empty suggestion</title>
<updated>2024-09-18T17:21:07+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-19T19:48:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd8e88fd7b2401242cbcc95d88ef7b8058d59a77'/>
<id>urn:sha1:bd8e88fd7b2401242cbcc95d88ef7b8058d59a77</id>
<content type='text'>
When we have two types with the same name, one without type parameters and the other with type parameters and a derive macro, we were before incorrectly suggesting to remove type parameters from the former, which ICEd because we were suggesting to remove nothing. We now gate against this.

The output is still not perfect. E0107 should explicitly detect this case and provide better context, but for now let's avoid the ICE.
</content>
</entry>
<entry>
<title>Accurate `use` rename suggestion span</title>
<updated>2024-07-18T00:00:04+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-10T01:49:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8eb51852a87dd2640fbd95019ff1124b38ae8b78'/>
<id>urn:sha1:8eb51852a87dd2640fbd95019ff1124b38ae8b78</id>
<content type='text'>
When suggesting to rename an import with `as`, use a smaller span to
render the suggestion with a better format:

```
error[E0252]: the name `baz` is defined multiple times
  --&gt; $DIR/issue-25396.rs:4:5
   |
LL | use foo::baz;
   |     -------- previous import of the module `baz` here
LL | use bar::baz;
   |     ^^^^^^^^ `baz` reimported here
   |
   = note: `baz` must be defined only once in the type namespace of this module
help: you can use `as` to change the binding name of the import
   |
LL | use bar::baz as other_baz;
   |              ++++++++++++
```
</content>
</entry>
<entry>
<title>Update test directives for `wasm32-wasip1`</title>
<updated>2024-03-11T16:36:35+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2024-03-06T20:44:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cf6d6050f7d1ea62c9aae54ddd345106b6e31382'/>
<id>urn:sha1:cf6d6050f7d1ea62c9aae54ddd345106b6e31382</id>
<content type='text'>
* The WASI targets deal with the `main` symbol a bit differently than
  native so some `codegen` and `assembly` tests have been ignored.
* All `ignore-emscripten` directives have been updated to
  `ignore-wasm32` to be more clear that all wasm targets are ignored and
  it's not just Emscripten.
* Most `ignore-wasm32-bare` directives are now gone.
* Some ignore directives for wasm were switched to `needs-unwind`
  instead.
* Many `ignore-wasm32*` directives are removed as the tests work with
  WASI as opposed to `wasm32-unknown-unknown`.
</content>
</entry>
<entry>
<title>Merge `check_mod_impl_wf` and `check_mod_type_wf`</title>
<updated>2024-03-07T06:27:09+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-02-15T17:12:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8206cffc48b77886e18ecdf22e8762aaaa792eec'/>
<id>urn:sha1:8206cffc48b77886e18ecdf22e8762aaaa792eec</id>
<content type='text'>
</content>
</entry>
</feed>
