rust/src/test/ui/mut
James Addison 0174dd6f92 Compiler error messages: reduce assertiveness of message E0384
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.
2021-04-12 23:29:09 +01:00
..
mut-cant-alias.rs Remove licenses 2018-12-25 21:08:33 -07:00
mut-cant-alias.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mut-cross-borrowing.rs Remove licenses 2018-12-25 21:08:33 -07:00
mut-cross-borrowing.stderr pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mut-pattern-internal-mutability.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mut-pattern-internal-mutability.stderr Compiler error messages: reduce assertiveness of message E0384 2021-04-12 23:29:09 +01:00
mut-pattern-mismatched.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
mut-pattern-mismatched.stderr check_pat_ref: use pattern_cause 2020-02-25 05:53:21 +01:00
mut-ref.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mut-ref.stderr Update tests 2019-03-11 23:10:26 +03:00
mut-suggestion.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mut-suggestion.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mutable-class-fields-2.rs Remove licenses 2018-12-25 21:08:33 -07:00
mutable-class-fields-2.stderr Update ui tests 2019-11-18 19:00:10 +01:00
mutable-class-fields.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
mutable-class-fields.stderr Update ui tests 2019-11-18 19:00:10 +01:00
mutable-enum-indirect.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
mutable-enum-indirect.stderr Point at impl and type defs introducing requirements on E0277 2021-04-06 19:55:44 -07:00
no-mut-lint-for-desugared-mut.rs Only warn about unused mut in user-written code 2018-10-03 14:14:11 +01:00