rust/src/test/ui/nll
bors 75af9df71b Auto merge of #52620 - mikhail-m1:51351, r=nikomatsakis
fix simple case of issue #51351 and #52133

r? @nikomatsakis
2018-07-29 13:23:01 +00:00
..
closure-requirements fix issues #51351 and #52133 2018-07-29 11:42:50 +01:00
relate_tys fix reference file 2018-07-26 06:21:44 +03:00
ty-outlives fix issues #51351 and #52133 2018-07-29 11:42:50 +01:00
borrow-use-issue-46875.rs Make killing of out-of-scope borrows a pre-statement effect 2017-12-24 14:56:52 +02:00
borrowed-local-error.rs Remove nll-dump-cause flag and always track causes 2018-03-06 10:34:46 -03:00
borrowed-local-error.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
borrowed-match-issue-45045.rs rustc_mir: insert a dummy access to places being matched on, when building MIR. 2018-02-09 23:25:10 +02:00
borrowed-match-issue-45045.stderr Use better spans for dummy accesses used in matches 2018-07-26 22:06:12 +01:00
borrowed-referent-issue-38899.rs remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00
borrowed-referent-issue-38899.stderr update tests 2018-03-14 00:53:24 +01:00
borrowed-temporary-error.rs Remove nll-dump-cause flag and always track causes 2018-03-06 10:34:46 -03:00
borrowed-temporary-error.stderr update tests 2018-03-14 00:53:24 +01:00
borrowed-universal-error-2.rs Remove nll-dump-cause flag and always track causes 2018-03-06 10:34:46 -03:00
borrowed-universal-error-2.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
borrowed-universal-error.rs Remove nll-dump-cause flag and always track causes 2018-03-06 10:34:46 -03:00
borrowed-universal-error.stderr Also point to free named region on lifetime errors 2018-06-28 11:12:44 -07:00
cannot-move-block-spans.nll.stderr Use better spans for cannot-move errors 2018-07-26 22:06:12 +01:00
cannot-move-block-spans.rs Use better spans for cannot-move errors 2018-07-26 22:06:12 +01:00
cannot-move-block-spans.stderr Use better spans for cannot-move errors 2018-07-26 22:06:12 +01:00
capture-mut-ref.rs Fix various nll unused mut errors 2018-07-03 20:12:09 +01:00
capture-mut-ref.stderr Fix various nll unused mut errors 2018-07-03 20:12:09 +01:00
capture-ref-in-struct.rs Remove nll-dump-cause flag and always track causes 2018-03-06 10:34:46 -03:00
capture-ref-in-struct.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
closure-captures.rs Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
closure-captures.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
constant.rs For some reason, on my linux box, using -Zverbose here is causing a linker failure. 2018-07-20 14:26:44 +02:00
decl-macro-illegal-copy.rs Regression test for #46314 2018-04-04 11:36:38 +03:00
decl-macro-illegal-copy.stderr Regression test for #46314 2018-04-04 11:36:38 +03:00
drop-may-dangle.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
drop-no-may-dangle.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
drop-no-may-dangle.stderr Stabilize attributes on generic parameters 2018-04-05 02:19:56 +03:00
extra-unused-mut.rs Fix various nll unused mut errors 2018-07-03 20:12:09 +01:00
generator-distinct-lifetime.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
generator-upvar-mutability.rs Fix various nll unused mut errors 2018-07-03 20:12:09 +01:00
generator-upvar-mutability.stderr Update tests for new NLL mutability errors 2018-07-20 20:01:15 +01:00
get_default.nll.stderr fix nll reference harder 2018-05-10 12:41:24 -03:00
get_default.rs ignore the point where the outlives requirement was added 2018-05-09 23:21:24 -03:00
get_default.stderr update test 2018-07-05 17:38:44 +08:00
guarantor-issue-46974.rs Updated other tests affected by change. 2018-01-10 19:12:57 +00:00
guarantor-issue-46974.stderr update tests 2018-03-14 00:53:24 +01:00
issue-16223.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-31567.rs add regression tests for various MIR bugs that get fixed 2018-03-13 11:22:07 -04:00
issue-31567.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-43058.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-47022.rs Rename must-compile-successfully into compile-pass 2018-04-13 23:28:03 +02:00
issue-47388.rs fix ui test 2018-04-06 23:03:20 +05:30
issue-47388.stderr NLL: Updates to diagnostic output in test/ui. 2018-06-19 19:38:37 +02:00
issue-47470.rs add regression tests for various MIR bugs that get fixed 2018-03-13 11:22:07 -04:00
issue-47470.stderr Don't match on region kinds when reporting NLL errors 2018-07-23 20:54:09 +01:00
issue-48070.rs Move 48070 test to ui 2018-03-13 14:52:11 -04:00
issue-48238.rs write code to extract region names and emit new style message 2018-07-04 05:09:33 -04:00
issue-48238.stderr write code to extract region names and emit new style message 2018-07-04 05:09:33 -04:00
issue-50716-1.rs Fix the error of selecting obligation by not running the borrow checker. 2018-06-27 18:14:00 +02:00
issue-50716.rs write code to extract region names and emit new style message 2018-07-04 05:09:33 -04:00
issue-50716.stderr Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
issue-51244.rs Bless tests and update ERROR 2018-07-12 22:51:30 -07:00
issue-51244.stderr Bless tests and update ERROR 2018-07-12 22:51:30 -07:00
issue-51268.rs Fix variable name in E0502 double borrow error 2018-06-20 09:04:52 -03:00
issue-51268.stderr Fix variable name in E0502 double borrow error 2018-06-20 09:04:52 -03:00
issue-51351.rs fix issues #51351 and #52133 2018-07-29 11:42:50 +01:00
issue-51512.rs Fix erroneous error note when using field after move 2018-06-22 18:23:33 -03:00
issue-51512.stderr Fix erroneous error note when using field after move 2018-06-22 18:23:33 -03:00
issue-52078.rs add regression test for #52078 2018-07-21 15:56:47 +03:00
issue-52133.rs fix issues #51351 and #52133 2018-07-29 11:42:50 +01:00
issue-52133.stderr fix issues #51351 and #52133 2018-07-29 11:42:50 +01:00
maybe-initialized-drop-implicit-fragment-drop.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
maybe-initialized-drop-implicit-fragment-drop.stderr update tests 2018-03-14 00:53:24 +01:00
maybe-initialized-drop-uninitialized.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
maybe-initialized-drop-with-fragment.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
maybe-initialized-drop-with-fragment.stderr update tests 2018-03-14 00:53:24 +01:00
maybe-initialized-drop-with-uninitialized-fragments.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
maybe-initialized-drop-with-uninitialized-fragments.stderr update tests 2018-03-14 00:53:24 +01:00
maybe-initialized-drop.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
maybe-initialized-drop.stderr update tests 2018-03-14 00:53:24 +01:00
mir_check_cast_closure.rs move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
mir_check_cast_closure.stderr move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
mir_check_cast_reify.rs move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
mir_check_cast_reify.stderr Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
mir_check_cast_unsafe_fn.rs move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
mir_check_cast_unsafe_fn.stderr Change label from closure to function where appropriate. 2018-07-27 12:48:47 +02:00
mir_check_cast_unsize.rs move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
mir_check_cast_unsize.stderr move mir_check_* to ui tests, add adjusted references 2018-07-26 08:21:35 +03:00
move-errors.rs Update tests for grouped nll move errors 2018-06-27 22:46:58 +01:00
move-errors.stderr Update tests for grouped nll move errors 2018-06-27 22:46:58 +01:00
normalization-bounds-error.rs Register outlives predicates from queries the right way around. 2018-05-31 20:40:25 +01:00
normalization-bounds-error.stderr Point to lifetime in fn definition on lifetime error note 2018-06-28 11:12:42 -07:00
normalization-bounds.rs Register outlives predicates from queries the right way around. 2018-05-31 20:40:25 +01:00
projection-return.rs remove -Znll -- borrowck=mir implies nll now 2018-04-15 07:13:42 -04:00
return-ref-mut-issue-46557.rs remove unnecessary compile-flags comments 2018-01-12 10:38:28 -05:00
return-ref-mut-issue-46557.stderr update tests 2018-03-14 00:53:24 +01:00
trait-associated-constant.rs mir: Fix DefiningTy::Const 2018-02-06 23:42:05 -05:00
trait-associated-constant.stderr Extend support to get_generics for all NodeItems 2018-06-28 11:12:43 -07:00