<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/pattern/bindings-after-at, branch auto</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=auto</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=auto'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-06T19:13:40+00:00</updated>
<entry>
<title>lower bindings in the order they're written</title>
<updated>2025-08-06T19:13:40+00:00</updated>
<author>
<name>dianne</name>
<email>diannes.gm@gmail.com</email>
</author>
<published>2025-07-10T23:38:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b7de53980572cfec3dadaf869fd554c755794d27'/>
<id>urn:sha1:b7de53980572cfec3dadaf869fd554c755794d27</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgr</title>
<updated>2025-04-17T11:21:54+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2025-04-17T11:21:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=883f9f72e87ccb6838d528d8158ea6323baacc65'/>
<id>urn:sha1:883f9f72e87ccb6838d528d8158ea6323baacc65</id>
<content type='text'>
Rollup of 8 pull requests

Successful merges:

 - #138632 (Stabilize `cfg_boolean_literals`)
 - #139416 (unstable book; document `macro_metavar_expr_concat`)
 - #139782 (Consistent with treating Ctor Call as Struct in liveness analysis)
 - #139885 (document RUSTC_BOOTSTRAP, RUSTC_OVERRIDE_VERSION_STRING, and -Z allow-features in the unstable book)
 - #139904 (Explicitly annotate edition for `unpretty=expanded` and `unpretty=hir` tests)
 - #139932 (transmutability: Refactor tests for simplicity)
 - #139944 (Move eager translation to a method on Diag)
 - #139948 (git: ignore `60600a6fa403216bfd66e04f948b1822f6450af7` for blame purposes)

r? `@ghost`
`@rustbot` modify labels: rollup
</content>
</entry>
<entry>
<title>Remove old diagnostic notes for type ascription syntax</title>
<updated>2025-04-16T10:24:55+00:00</updated>
<author>
<name>Zalathar</name>
<email>Zalathar@users.noreply.github.com</email>
</author>
<published>2025-04-16T10:03:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4d6ae78fa22d04b2c255cb43faabc1ada36cd2c1'/>
<id>urn:sha1:4d6ae78fa22d04b2c255cb43faabc1ada36cd2c1</id>
<content type='text'>
Type ascription syntax was removed in 2023.
</content>
</entry>
<entry>
<title>Use `cfg(false)` in UI tests</title>
<updated>2025-04-03T21:41:58+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2025-03-29T17:24:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=303c1b45c29f8bb186a9a95cb56643d1aef773fa'/>
<id>urn:sha1:303c1b45c29f8bb186a9a95cb56643d1aef773fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make E0614 a structured error</title>
<updated>2025-02-25T16:56:04+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-02-18T01:50:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7302dc660b997c882b3a250fb6a23f60259fbdf5'/>
<id>urn:sha1:7302dc660b997c882b3a250fb6a23f60259fbdf5</id>
<content type='text'>
```
error[E0614]: type `(..., ..., ..., ...)` cannot be dereferenced
  --&gt; $DIR/long-E0614.rs:10:5
   |
LL |     *x;
   |     ^^ can't be dereferenced
   |
   = note: the full name for the type has been written to '$TEST_BUILD_DIR/$FILE.long-type-hash.txt'
   = note: consider using `--verbose` to print the full type name to the console
```
</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>parse guard patterns</title>
<updated>2024-11-24T18:42:33+00:00</updated>
<author>
<name>Nadrieril</name>
<email>nadrieril+git@gmail.com</email>
</author>
<published>2024-11-24T16:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=962c0140c71f07642a7c39243c8a9a314dd26ba5'/>
<id>urn:sha1:962c0140c71f07642a7c39243c8a9a314dd26ba5</id>
<content type='text'>
Co-authored-by: Max Niederman &lt;max@maxniederman.com&gt;
</content>
</entry>
<entry>
<title>Peel off explicit (or implicit) deref before suggesting clone on move error in borrowck</title>
<updated>2024-07-26T18:41:56+00:00</updated>
<author>
<name>Michael Goulet</name>
<email>michael@errs.io</email>
</author>
<published>2024-07-26T18:32:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=91acacf85b9f81aeb41901f8918128bfe02946c8'/>
<id>urn:sha1:91acacf85b9f81aeb41901f8918128bfe02946c8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make parse error suggestions verbose and fix spans</title>
<updated>2024-07-12T03:02:57+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-06T03:07:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=692bc344d55cf9d86c60b06c92a70684d013c89f'/>
<id>urn:sha1:692bc344d55cf9d86c60b06c92a70684d013c89f</id>
<content type='text'>
Go over all structured parser suggestions and make them verbose style.

When suggesting to add or remove delimiters, turn them into multiple suggestion parts.
</content>
</entry>
<entry>
<title>Better span for "make binding mutable" suggestion</title>
<updated>2024-07-04T02:02:21+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-07-03T21:01:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=89ecae5d852a7346ee4e8240ae7a1130f1f6f458'/>
<id>urn:sha1:89ecae5d852a7346ee4e8240ae7a1130f1f6f458</id>
<content type='text'>
</content>
</entry>
</feed>
