about summary refs log tree commit diff
path: root/src/test/ui/rfc-2005-default-binding-mode/explicit-mut.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-3/+3
2019-11-18Update ui testsGuillaume Gomez-0/+1
2019-04-22update tests for migrate mode by defaultMatthew Jasper-6/+6
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+0
2019-03-11Update testsVadim Petrochenkov-3/+3
2018-12-25Remove licensesMark Rousskov-3/+3
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-6/+0
Also teach rustc_borrowck not to show useless help messages like "use a mutable reference instead: `x`".
2018-07-12span_suggestioncsmoe-3/+3
2018-03-28Stabilize match_default_bindingsTaylor Cramer-3/+3
This includes a submodule update to rustfmt in order to allow a stable feature declaration.
2018-03-14update testsGuillaume Gomez-1/+1
2018-02-26Update UI testsVadim Petrochenkov-6/+6
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-3/+3
2017-10-06implement pattern-binding-modes RFCTobias Schottdorf-0/+26
See the [RFC] and [tracking issue]. [tracking issue]: https://github.com/rust-lang/rust/issues/42640 [RFC]: https://github.com/rust-lang/rfcs/blob/491e0af/text/2005-match-ergonomics.md