<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/offset-of/offset-of-self.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-07-29T16:50:12+00:00</updated>
<entry>
<title>Stabilize offset_of_nested</title>
<updated>2024-07-29T16:50:12+00:00</updated>
<author>
<name>George Bateman</name>
<email>george.bateman16@gmail.com</email>
</author>
<published>2024-07-29T16:50:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=23f46e5b9944f35d2726d583f18d8e387f1556f4'/>
<id>urn:sha1:23f46e5b9944f35d2726d583f18d8e387f1556f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make offset_of field parsing use metavariable which handles any spacing</title>
<updated>2024-01-02T22:18:35+00:00</updated>
<author>
<name>George Bateman</name>
<email>george.bateman16@gmail.com</email>
</author>
<published>2024-01-02T22:12:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=09bb07e38f5bfba4fa3e9ac3113e6b7e542e7c67'/>
<id>urn:sha1:09bb07e38f5bfba4fa3e9ac3113e6b7e542e7c67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Suggest field typo through derefs</title>
<updated>2023-11-16T17:00:23+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2023-10-24T02:06:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=dfa75391f8c401d0f1b40b0bf9799a07b53c58ac'/>
<id>urn:sha1:dfa75391f8c401d0f1b40b0bf9799a07b53c58ac</id>
<content type='text'>
Take into account implicit dereferences when suggesting fields.

```
error[E0609]: no field `longname` on type `Arc&lt;S&gt;`
  --&gt; $DIR/suggest-field-through-deref.rs:10:15
   |
LL |     let _ = x.longname;
   |               ^^^^^^^^ help: a field with a similar name exists: `long_name`
```

CC https://github.com/rust-lang/rust/issues/78374#issuecomment-719564114
</content>
</entry>
<entry>
<title>Add more tests for the offset_of!() macro</title>
<updated>2023-05-18T11:16:17+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2023-05-17T02:56:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=30c0e4e72b85c7d125dd05a071027965e2236d64'/>
<id>urn:sha1:30c0e4e72b85c7d125dd05a071027965e2236d64</id>
<content type='text'>
* ensuring that offset_of!(Self, ...) works iff inside an impl block
* ensuring that the output type is usize and doesn't coerce. this can be
  changed in the future, but if it is done, it should be a conscious descision
* improving the privacy checking test
* ensuring that generics don't let you escape the unsized check
</content>
</entry>
</feed>
