<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/lint/wide_pointer_comparisons.stderr, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-07-31T02:28:11+00:00</updated>
<entry>
<title>Consider operator's span when computing binop expr span</title>
<updated>2025-07-31T02:28:11+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-07-31T02:12:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=51cd9b564f75b8330893b919b90e293530d1c395'/>
<id>urn:sha1:51cd9b564f75b8330893b919b90e293530d1c395</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve `ambiguous_wide_pointer_comparisons` lint compare diagnostics</title>
<updated>2025-05-25T15:08:58+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2025-05-25T09:33:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=77e295c39c6bd4a29d310388219fc31b6cfc7136'/>
<id>urn:sha1:77e295c39c6bd4a29d310388219fc31b6cfc7136</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use underline suggestions for purely 'additive' replacements</title>
<updated>2025-02-14T08:27:13+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2025-02-13T02:54:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b480a9214a7037813d29bc04d9e9dbe92ce10cf3'/>
<id>urn:sha1:b480a9214a7037813d29bc04d9e9dbe92ce10cf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Show diff suggestion format on verbose replacement</title>
<updated>2025-02-10T20:21:39+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-09T22:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d'/>
<id>urn:sha1:f0845adb0c1b7a7fa1bef73e749b2d7e1d7f374d</id>
<content type='text'>
```
error[E0610]: `{integer}` is a primitive type and therefore doesn't have fields
  --&gt; $DIR/attempted-access-non-fatal.rs:7:15
   |
LL |     let _ = 2.l;
   |               ^
   |
help: if intended to be a floating point literal, consider adding a `0` after the period and a `f64` suffix
   |
LL -     let _ = 2.l;
LL +     let _ = 2.0f64;
   |
```
</content>
</entry>
<entry>
<title>Properly record metavar spans for other expansions other than TT</title>
<updated>2024-12-21T20:37:27+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-12-18T18:28:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28a997fa4420547e58974350656a340175a846b4'/>
<id>urn:sha1:28a997fa4420547e58974350656a340175a846b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not underline suggestions for code that is already there</title>
<updated>2024-08-01T18:53:42+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-06-22T04:32:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8ce8c42e0bf66d32504659cbbe91ad2a0c315891'/>
<id>urn:sha1:8ce8c42e0bf66d32504659cbbe91ad2a0c315891</id>
<content type='text'>
When a suggestion part is for already present code, do not highlight it. If after that there are no highlights left, do not show the suggestion at all.

Fix clippy lint suggestion incorrectly treated as `span_help`.
</content>
</entry>
<entry>
<title>Add support for NonNull in ambiguous_wide_ptr_comparisions</title>
<updated>2024-03-29T21:02:07+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-02-19T20:50:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16d11c539f9783a5e066d90a7d7b17f70ee2b086'/>
<id>urn:sha1:16d11c539f9783a5e066d90a7d7b17f70ee2b086</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add detection of [Partial]Ord methods to the ambiguous wide ptr cmp lint</title>
<updated>2024-03-29T15:36:17+00:00</updated>
<author>
<name>Urgau</name>
<email>urgau@numericable.fr</email>
</author>
<published>2024-02-18T14:23:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d4b514f982e4214e0f9237c905670b1207ae0c95'/>
<id>urn:sha1:d4b514f982e4214e0f9237c905670b1207ae0c95</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macro_rules: Preserve all metavariable spans in a global side table</title>
<updated>2024-02-18T08:19:24+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2023-12-26T13:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9f8d05f29f9df6ff46455d7e9e3b25464c1e28ec'/>
<id>urn:sha1:9f8d05f29f9df6ff46455d7e9e3b25464c1e28ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>macro_rules: Add more tests for using `tt` in addition to `ident`</title>
<updated>2024-01-05T16:13:52+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2024-01-05T14:25:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c586fe40f1d1b136604250e7c0bd5d1e8bc41f5f'/>
<id>urn:sha1:c586fe40f1d1b136604250e7c0bd5d1e8bc41f5f</id>
<content type='text'>
Generally, `tt` and `ident` should behave identically, modulo the latter accepting only a subset of token trees.
</content>
</entry>
</feed>
