<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/test/ui/pattern/move-ref-patterns, branch 1.63.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.63.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.63.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2021-07-27T05:53:31+00:00</updated>
<entry>
<title>Auto merge of #85305 - MarcusDunn:master, r=pnkfelix</title>
<updated>2021-07-27T05:53:31+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2021-07-27T05:53:31+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=998cfe5aad7c21eb19a4bca50f05a13354706970'/>
<id>urn:sha1:998cfe5aad7c21eb19a4bca50f05a13354706970</id>
<content type='text'>
Stabilize bindings_after_at

attempting to stabilze bindings_after_at [#65490](https://github.com/rust-lang/rust/issues/65490), im pretty new to the whole thing so any pointers are greatly appreciated.
</content>
</entry>
<entry>
<title>Improve error reporting for modifications behind `&amp;` references</title>
<updated>2021-07-02T16:29:49+00:00</updated>
<author>
<name>Fabian Wolff</name>
<email>fabian.wolff@alumni.ethz.ch</email>
</author>
<published>2021-07-02T16:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5eb83f4ec3761b69e839f364e127b8c307f6e196'/>
<id>urn:sha1:5eb83f4ec3761b69e839f364e127b8c307f6e196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed more uses of feature gate</title>
<updated>2021-06-04T16:41:55+00:00</updated>
<author>
<name>marcusdunn</name>
<email>marcus.s.dunn@gmail.com</email>
</author>
<published>2021-05-15T01:25:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=a49a6827afeaaeca48f36d1fd0ac4c07de053602'/>
<id>urn:sha1:a49a6827afeaaeca48f36d1fd0ac4c07de053602</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Compiler error messages: reduce assertiveness of message E0384</title>
<updated>2021-04-12T22:29:09+00:00</updated>
<author>
<name>James Addison</name>
<email>jay@jp-hosting.net</email>
</author>
<published>2021-04-12T22:29:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0174dd6f921cc63c7e2d9aa5c01aa591f9a26745'/>
<id>urn:sha1:0174dd6f921cc63c7e2d9aa5c01aa591f9a26745</id>
<content type='text'>
This message is emitted as guidance by the compiler when a developer attempts to reassign a value to an immutable variable.  Following the message will always currently work, but it may not always be the best course of action; following the 'consider ...' messaging pattern provides a hint to the developer that it could be wise to explore other alternatives.
</content>
</entry>
<entry>
<title>Stabilize move_ref_pattern</title>
<updated>2020-09-15T06:23:05+00:00</updated>
<author>
<name>Amjad Alsharafi</name>
<email>amjadsharafi10@gmail.com</email>
</author>
<published>2020-08-30T18:59:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da700cba08a2b194d19e63d3c51ebadce96fe46b'/>
<id>urn:sha1:da700cba08a2b194d19e63d3c51ebadce96fe46b</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>--bless --compare-mode=nll</title>
<updated>2020-02-09T19:43:49+00:00</updated>
<author>
<name>Matthias Prechtl</name>
<email>m.sleepypanda@gmail.com</email>
</author>
<published>2020-02-07T12:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7b555178aef4045685eb359204b565a4bb8d1a9f'/>
<id>urn:sha1:7b555178aef4045685eb359204b565a4bb8d1a9f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move_ref_pattern: test captures inside closure</title>
<updated>2020-02-02T20:17:49+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-02-02T20:17:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d2b88b7050b0e21b136022c4cfe8d352c1425588'/>
<id>urn:sha1:d2b88b7050b0e21b136022c4cfe8d352c1425588</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move_ref_pattern: don't ICE on unreachable 2xby-move conflicts</title>
<updated>2020-02-02T15:07:51+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-02-02T15:07:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8d4973f5871fd36b5946b9a06bd1157d4a87bbe0'/>
<id>urn:sha1:8d4973f5871fd36b5946b9a06bd1157d4a87bbe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move_ref_patterns: introduce tests</title>
<updated>2020-02-02T13:13:07+00:00</updated>
<author>
<name>Mazdak Farrokhzad</name>
<email>twingoow@gmail.com</email>
</author>
<published>2020-01-19T01:47:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=d984f127f662f7a1fcf0472230a1b64fcc3325d5'/>
<id>urn:sha1:d984f127f662f7a1fcf0472230a1b64fcc3325d5</id>
<content type='text'>
bindings_after_at: harden tests
</content>
</entry>
</feed>
