<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/or-patterns/missing-bindings.stderr, branch cargo_update</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=cargo_update</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=cargo_update'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2025-08-25T15:16:25+00:00</updated>
<entry>
<title>On binding not present in all patterns, suggest potential typo</title>
<updated>2025-08-25T15:16:25+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2025-08-24T19:22:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8dbdb1760b23112f87aedad37e4dad97559bc750'/>
<id>urn:sha1:8dbdb1760b23112f87aedad37e4dad97559bc750</id>
<content type='text'>
```
error[E0408]: variable `Ban` is not bound in all patterns
 --&gt; f12.rs:9:9
  |
9 |         (Foo,Bar)|(Ban,Foo) =&gt; {}
  |         ^^^^^^^^^  --- variable not in all patterns
  |         |
  |         pattern doesn't bind `Ban`
  |
help: you might have meant to use the similarly named previously used binding `Bar`
  |
9 -         (Foo,Bar)|(Ban,Foo) =&gt; {}
9 +         (Foo,Bar)|(Bar,Foo) =&gt; {}
  |
```
</content>
</entry>
<entry>
<title>Filter empty lines, comments and delimiters from previous to last multiline span rendering</title>
<updated>2024-12-12T23:36:27+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-12-11T21:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49a22a4245bd6dfd3646a6658e0f90a2ab0657ad'/>
<id>urn:sha1:49a22a4245bd6dfd3646a6658e0f90a2ab0657ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Continue to borrowck even if there were previous errors</title>
<updated>2024-02-08T08:10:43+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2024-02-01T22:45:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=eab2adb6607d94fd0c70de93abf546ae9282afaa'/>
<id>urn:sha1:eab2adb6607d94fd0c70de93abf546ae9282afaa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace `HashMap` with `IndexMap` in pattern binding resolve</title>
<updated>2023-10-02T17:12:42+00:00</updated>
<author>
<name>Nilstrieb</name>
<email>48135649+Nilstrieb@users.noreply.github.com</email>
</author>
<published>2023-08-04T09:30:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ca07235a600bfc20b5fda2d5d6e985ca81d124f'/>
<id>urn:sha1:6ca07235a600bfc20b5fda2d5d6e985ca81d124f</id>
<content type='text'>
It will be iterated over, so we should avoid using `HashMap`.
</content>
</entry>
<entry>
<title>Bless test changes</title>
<updated>2023-08-18T14:08:07+00:00</updated>
<author>
<name>Gary Guo</name>
<email>gary@garyguo.net</email>
</author>
<published>2023-08-01T19:55:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aaf1b1bc93034e09e7a669d8fd64fe10ff5cf995'/>
<id>urn:sha1:aaf1b1bc93034e09e7a669d8fd64fe10ff5cf995</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>
