<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/const-generics/std, branch 1.62.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.62.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.62.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-08-30T10:07:36+00:00</updated>
<entry>
<title>`feature(const_param_types)` -&gt; `feature(adt_const_params)`</title>
<updated>2021-08-30T10:07:36+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2021-08-30T08:59:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=87e781799a160129169b838e900aaef8ecb3a9dd'/>
<id>urn:sha1:87e781799a160129169b838e900aaef8ecb3a9dd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>`feature(const_generics)` -&gt; `feature(const_param_types)`</title>
<updated>2021-08-30T09:00:21+00:00</updated>
<author>
<name>lcnr</name>
<email>rust@lcnr.de</email>
</author>
<published>2021-08-27T16:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0c28e028b6f45f33447f24de7dd762b8599b7a4e'/>
<id>urn:sha1:0c28e028b6f45f33447f24de7dd762b8599b7a4e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed const_generics error help</title>
<updated>2021-01-05T07:01:48+00:00</updated>
<author>
<name>Jake Vossen</name>
<email>jake@vossen.dev</email>
</author>
<published>2021-01-05T05:35:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f37e7375355d64163b26b10359ca7bc0d5fbe384'/>
<id>urn:sha1:f37e7375355d64163b26b10359ca7bc0d5fbe384</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tests</title>
<updated>2020-12-26T17:24:10+00:00</updated>
<author>
<name>Bastian Kauschke</name>
<email>bastian_kauschke@hotmail.de</email>
</author>
<published>2020-11-17T10:44:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c4ba60a191bccd2f2568572efb76e0e37e88dd21'/>
<id>urn:sha1:c4ba60a191bccd2f2568572efb76e0e37e88dd21</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Swap note for help</title>
<updated>2020-11-24T11:05:55+00:00</updated>
<author>
<name>mendess</name>
<email>pedro.mendes.26@gmail.com</email>
</author>
<published>2020-11-24T11:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=888055eb4cbd6136d7f7f5d32be98a477fbde749'/>
<id>urn:sha1:888055eb4cbd6136d7f7f5d32be98a477fbde749</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pretty: trim paths of unique symbols</title>
<updated>2020-09-02T19:26:37+00:00</updated>
<author>
<name>Dan Aloni</name>
<email>alonid@gmail.com</email>
</author>
<published>2020-09-02T07:40:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=07e7823c01be1733df2480de19fbbe6b8e9384cf'/>
<id>urn:sha1:07e7823c01be1733df2480de19fbbe6b8e9384cf</id>
<content type='text'>
If a symbol name can only be imported from one place for a type, and
as long as it was not glob-imported anywhere in the current crate, we
can trim its printed path and print only the name.

This has wide implications on error messages with types, for example,
shortening `std::vec::Vec` to just `Vec`, as long as there is no other
`Vec` importable anywhere.

This adds a new '-Z trim-diagnostic-paths=false' option to control this
feature.

On the good path, with no diagnosis printed, we should try to avoid
issuing this query, so we need to prevent trimmed_def_paths query on
several cases.

This change also relies on a previous commit that differentiates
between `Debug` and `Display` on various rustc types, where the latter
is trimmed and presented to the user and the former is not.
</content>
</entry>
<entry>
<title>Fix duplicate error messages in const_generics tests</title>
<updated>2020-08-31T10:52:22+00:00</updated>
<author>
<name>Amjad Alsharafi</name>
<email>amjadsharafi10@gmail.com</email>
</author>
<published>2020-08-31T10:35:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=668f63d83302c858dfae998e22fe3881d56d4e52'/>
<id>urn:sha1:668f63d83302c858dfae998e22fe3881d56d4e52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed file formatting and made `tidy` happy</title>
<updated>2020-08-26T11:17:07+00:00</updated>
<author>
<name>Amjad Alsharafi</name>
<email>amjadsharafi10@gmail.com</email>
</author>
<published>2020-08-26T11:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7a7a28d6bbfa6bbbbd3c4d65a11e9b33995cd63f'/>
<id>urn:sha1:7a7a28d6bbfa6bbbbd3c4d65a11e9b33995cd63f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added a lot of min_const_generics revisions</title>
<updated>2020-08-26T10:50:17+00:00</updated>
<author>
<name>Amjad Alsharafi</name>
<email>amjadsharafi10@gmail.com</email>
</author>
<published>2020-08-26T10:22:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d39cc45cf251be63f3066c6002d409274aa9d2a4'/>
<id>urn:sha1:d39cc45cf251be63f3066c6002d409274aa9d2a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge tests.</title>
<updated>2020-03-23T18:27:13+00:00</updated>
<author>
<name>CDirkx</name>
<email>christiaan@dirkx.com</email>
</author>
<published>2020-03-23T18:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9fdde0a000c7132fc0b79e2f44b52042dc8227dd'/>
<id>urn:sha1:9fdde0a000c7132fc0b79e2f44b52042dc8227dd</id>
<content type='text'>
Merge tests to a single test file.
</content>
</entry>
</feed>
