<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/fmt/send-sync.stderr, branch master</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=master</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=master'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-06-25T21:43:19+00:00</updated>
<entry>
<title>fix UI test, simplify error message</title>
<updated>2024-06-25T21:43:19+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-06-25T21:43:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c9556d28aef345102a394ea1256d7713748388a'/>
<id>urn:sha1:2c9556d28aef345102a394ea1256d7713748388a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>core: get rid of `USIZE_MARKER`</title>
<updated>2024-04-12T10:00:14+00:00</updated>
<author>
<name>joboet</name>
<email>jonasboettiger@icloud.com</email>
</author>
<published>2024-04-11T18:39:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f52cd0e71adf4d0062a15afdfd2a9cb832e3052'/>
<id>urn:sha1:0f52cd0e71adf4d0062a15afdfd2a9cb832e3052</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Provide more context on derived obligation error primary label</title>
<updated>2024-01-30T21:28:18+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-01-29T18:31:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6efddac288643c4b0bc85ea317ea275e6cb4739f'/>
<id>urn:sha1:6efddac288643c4b0bc85ea317ea275e6cb4739f</id>
<content type='text'>
Expand the primary span of E0277 when the immediate unmet bound is not what the user wrote:

```
error[E0277]: the trait bound `i32: Bar` is not satisfied
 --&gt; f100.rs:6:6
  |
6 |     &lt;i32 as Foo&gt;::foo();
  |      ^^^ the trait `Bar` is not implemented for `i32`, which is required by `i32: Foo`
  |
help: this trait has no implementations, consider adding one
 --&gt; f100.rs:2:1
  |
2 | trait Bar {}
  | ^^^^^^^^^
note: required for `i32` to implement `Foo`
 --&gt; f100.rs:3:14
  |
3 | impl&lt;T: Bar&gt; Foo for T {}
  |         ---  ^^^     ^
  |         |
  |         unsatisfied trait bound introduced here
```

Fix #40120.
</content>
</entry>
<entry>
<title>Tweak `short_ty_string` to reduce number of files</title>
<updated>2023-12-13T23:07:10+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2023-11-27T20:25:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9d846fcc113454f17bbc05b5300c9f9f4d6b45b9'/>
<id>urn:sha1:9d846fcc113454f17bbc05b5300c9f9f4d6b45b9</id>
<content type='text'>
When shortening types and writing them to disk, make `short_ty_string`
capable of reusing the same file, instead of writing a file per
shortened type.
</content>
</entry>
<entry>
<title>Revert "Suggest using `Arc` on `!Send`/`!Sync` types"</title>
<updated>2023-08-28T10:16:48+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2023-08-28T10:16:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=823bacb6e3b04c0c9eecb53cc04d4ef96e45d20a'/>
<id>urn:sha1:823bacb6e3b04c0c9eecb53cc04d4ef96e45d20a</id>
<content type='text'>
This reverts commit 9de1a472b68ed85f396b2e2cc79c3ef17584d6e1.
</content>
</entry>
<entry>
<title>Suggest using `Arc` on `!Send`/`!Sync` types</title>
<updated>2023-08-09T14:04:10+00:00</updated>
<author>
<name>Esteban Kuber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2021-09-14T15:44:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9de1a472b68ed85f396b2e2cc79c3ef17584d6e1'/>
<id>urn:sha1:9de1a472b68ed85f396b2e2cc79c3ef17584d6e1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rustc_middle: Fix `opt_item_ident` for non-local def ids</title>
<updated>2023-05-03T17:09:10+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2023-05-03T16:27:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6f6c379ee065d65fb8121db46bf5b0fbcdcb905c'/>
<id>urn:sha1:6f6c379ee065d65fb8121db46bf5b0fbcdcb905c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests.</title>
<updated>2023-04-24T14:16:14+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2023-04-20T18:18:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9cc5949f9f386fcb8e4492cc6b112a11b342e1dd'/>
<id>urn:sha1:9cc5949f9f386fcb8e4492cc6b112a11b342e1dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update tests.</title>
<updated>2023-01-29T19:19:26+00:00</updated>
<author>
<name>Mara Bos</name>
<email>m-ou.se@m-ou.se</email>
</author>
<published>2022-09-08T10:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=47adb652d3bb279032ac51adefc6b030d2ae60dc'/>
<id>urn:sha1:47adb652d3bb279032ac51adefc6b030d2ae60dc</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>
