rust/src/test/ui/dropck
Felix S. Klock II cf71582718 Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll.
NLL has increased precision in its analysis of drop order, and we want
the test annotations to deliberately reflect this by having fewer
ERROR annotations for NLL than for AST-borrowck. The best way to get
this effect is via `// revisions`.

As a drive-by, also added uses of all the borrows just to make it
clear that NLL isn't somehow sidestepping things by using shorter
borrows than you might have otherwise expected. (Of course, the added
uses do not make all that much difference since the relevant types all
declare `impl Drop` and thus those drops have implicit uses anyway.)
2018-11-05 16:19:51 +01:00
..
auxiliary Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
drop-on-non-struct.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-on-non-struct.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-with-active-borrows-1.nll.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-with-active-borrows-1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-with-active-borrows-1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-with-active-borrows-2.nll.stderr Use new region infer errors for explaining borrows 2018-10-21 12:35:00 +01:00
drop-with-active-borrows-2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
drop-with-active-borrows-2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck-eyepatch-extern-crate.ast.stderr Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-eyepatch-extern-crate.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck-eyepatch-extern-crate.rs Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-eyepatch-implies-unsafe-impl.rs Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
dropck-eyepatch-implies-unsafe-impl.stderr Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
dropck-eyepatch-reorder.ast.stderr Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-eyepatch-reorder.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck-eyepatch-reorder.rs Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-eyepatch.ast.stderr Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-eyepatch.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck-eyepatch.rs Use // revisions in the dropck-eyepatch tests instead of relying on compare-mode=nll. 2018-11-05 16:19:51 +01:00
dropck-union.nll.stderr Updates to .stderr output in ui tests from earlier changes. 2018-10-05 12:04:53 +02:00
dropck-union.rs fix license 2018-08-17 09:17:35 +02:00
dropck-union.stderr fix license 2018-08-17 09:17:35 +02:00
dropck_no_diverge_on_nonregular_1.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_no_diverge_on_nonregular_1.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_no_diverge_on_nonregular_2.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_no_diverge_on_nonregular_2.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_no_diverge_on_nonregular_3.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_no_diverge_on_nonregular_3.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_trait_cycle_checked.nll.stderr Use new region infer errors for explaining borrows 2018-10-21 12:35:00 +01:00
dropck_trait_cycle_checked.rs Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00
dropck_trait_cycle_checked.stderr Merged migrated compile-fail tests and ui tests. Fixes #46841. 2018-08-14 11:12:09 +02:00