rust/src/test/ui/mut
Pietro Albini 3810657ae3
Rollup merge of #54787 - varkor:unused-mut-in-desugaring, r=nikomatsakis
Only warn about unused `mut` in user-written code

Fixes https://github.com/rust-lang/rust/issues/54586.

r? @pnkfelix
cc @blitzerr
2018-10-05 22:33:13 +02:00
..
mut-cant-alias.nll.stderr Clearer later use messages for calls 2018-10-03 20:32:38 +01:00
mut-cant-alias.rs Updated the most glaring instances of weak tests w.r.t. NLL that came from #53196. 2018-08-15 01:16:05 +02:00
mut-cant-alias.stderr Updated the most glaring instances of weak tests w.r.t. NLL that came from #53196. 2018-08-15 01:16:05 +02:00
mut-cross-borrowing.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-cross-borrowing.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-pattern-internal-mutability.ast.nll.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mut-pattern-internal-mutability.ast.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-pattern-internal-mutability.mir.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mut-pattern-internal-mutability.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-pattern-mismatched.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-pattern-mismatched.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-ref.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-ref.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mut-suggestion.nll.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mut-suggestion.rs use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mut-suggestion.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mutable-class-fields-2.nll.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mutable-class-fields-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mutable-class-fields-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mutable-class-fields.ast.nll.stderr move tests to borrowck directory, remove feature(nll) 2018-08-19 08:15:13 -07:00
mutable-class-fields.ast.stderr use structured suggestion for "missing mut" label 2018-09-12 17:16:18 -04:00
mutable-class-fields.mir.stderr move tests to borrowck directory, remove feature(nll) 2018-08-19 08:15:13 -07:00
mutable-class-fields.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mutable-enum-indirect.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
mutable-enum-indirect.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02: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