<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/tests/ui/generics, branch 1.78.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.78.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.78.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2024-03-14T20:55:07+00:00</updated>
<entry>
<title>preserve span when evaluating mir::ConstOperand</title>
<updated>2024-03-14T20:55:07+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2024-03-14T07:09:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=48f2f0d725e6d484af24e4666992cc66b6a31ebd'/>
<id>urn:sha1:48f2f0d725e6d484af24e4666992cc66b6a31ebd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If suggestion would leave an empty line, delete it</title>
<updated>2024-03-01T13:48:20+00:00</updated>
<author>
<name>clubby789</name>
<email>jamie@hill-daniel.co.uk</email>
</author>
<published>2024-01-26T15:32:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=367126d49af3237eee24889191dfbb02dfc9320c'/>
<id>urn:sha1:367126d49af3237eee24889191dfbb02dfc9320c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives</title>
<updated>2024-02-16T20:02:50+00:00</updated>
<author>
<name>许杰友 Jieyou Xu (Joe)</name>
<email>jieyouxu@outlook.com</email>
</author>
<published>2024-02-16T20:02:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ec2cc761bc7067712ecc7734502f703fe3b024c8'/>
<id>urn:sha1:ec2cc761bc7067712ecc7734502f703fe3b024c8</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>Update tests</title>
<updated>2024-02-07T02:42:01+00:00</updated>
<author>
<name>r0cky</name>
<email>mu001999@outlook.com</email>
</author>
<published>2024-02-07T02:42:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c7519d42c2664828c98fdb98acab73e9a39b0b97'/>
<id>urn:sha1:c7519d42c2664828c98fdb98acab73e9a39b0b97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>On E0277 be clearer about implicit `Sized` bounds on type params and assoc types</title>
<updated>2024-02-01T03:30:26+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2024-01-24T21:29:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4c22b0d52e9699edd02fd3a7a61965f296ba605'/>
<id>urn:sha1:c4c22b0d52e9699edd02fd3a7a61965f296ba605</id>
<content type='text'>
```
error[E0277]: the size for values of type `[i32]` cannot be known at compilation time
   --&gt; f100.rs:2:33
    |
2   |     let _ = std::mem::size_of::&lt;[i32]&gt;();
    |                                 ^^^^^ doesn't have a size known at compile-time
    |
    = help: the trait `Sized` is not implemented for `[i32]`
note: required by an implicit `Sized` bound in `std::mem::size_of`
   --&gt; /home/gh-estebank/rust/library/core/src/mem/mod.rs:312:22
    |
312 | pub const fn size_of&lt;T&gt;() -&gt; usize {
    |                      ^ required by the implicit `Sized` requirement on this bound in `size_of`
```

Fix #120178.
</content>
</entry>
<entry>
<title>Avoid silencing relevant follow-up errors</title>
<updated>2024-01-09T21:08:16+00:00</updated>
<author>
<name>Oli Scherer</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2023-10-31T13:45:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0978f6e010e0eb3dddfa2a1a374ae5567e1f7f4c'/>
<id>urn:sha1:0978f6e010e0eb3dddfa2a1a374ae5567e1f7f4c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adjust compiler tests for unused_tuple_struct_fields -&gt; dead_code</title>
<updated>2024-01-02T20:34:37+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2023-12-27T22:11:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=53eca9fa877460973f29aca24e6636a4175df469'/>
<id>urn:sha1:53eca9fa877460973f29aca24e6636a4175df469</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweak unclosed generics errors</title>
<updated>2023-12-01T20:01:39+00:00</updated>
<author>
<name>Esteban Küber</name>
<email>esteban@kuber.com.ar</email>
</author>
<published>2023-11-15T00:18:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4e99db9e54a2f684ed22deee48317bd147f1c360'/>
<id>urn:sha1:4e99db9e54a2f684ed22deee48317bd147f1c360</id>
<content type='text'>
Remove unnecessary span label for parse errors that already have a
suggestion.

Provide structured suggestion to close generics in more cases.
</content>
</entry>
<entry>
<title>generic_const_exprs: suggest to add the feature, not use it</title>
<updated>2023-11-30T19:59:51+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2023-11-30T19:59:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dbfe17f12015d6cc37d6359aea1360746acdf69'/>
<id>urn:sha1:1dbfe17f12015d6cc37d6359aea1360746acdf69</id>
<content type='text'>
</content>
</entry>
</feed>
