rust/src/test/ui/nll
2019-05-24 21:49:34 +01:00
..
closure-requirements Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
relate_tys Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
ty-outlives Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
user-annotations Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrow-use-issue-46875.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowck-thread-local-static-mut-borrow-outlives-fn.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-local-error.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-local-error.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-match-issue-45045.rs Remove licenses 2018-12-25 21:08:33 -07:00
borrowed-match-issue-45045.stderr Remove licenses 2018-12-25 21:08:33 -07:00
borrowed-referent-issue-38899.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-referent-issue-38899.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-temporary-error.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-temporary-error.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-universal-error-2.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-universal-error-2.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-universal-error.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
borrowed-universal-error.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
cannot-move-block-spans.rs Remove licenses 2018-12-25 21:08:33 -07:00
cannot-move-block-spans.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
capture-mut-ref.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
capture-mut-ref.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
capture-ref-in-struct.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
capture-ref-in-struct.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-access-spans.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-access-spans.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-borrow-spans.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-borrow-spans.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-captures.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-captures.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-move-spans.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-move-spans.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-use-spans.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closure-use-spans.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closures-in-loops.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
closures-in-loops.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
constant-thread-locals-issue-47053.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
constant-thread-locals-issue-47053.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
constant.rs Remove licenses 2018-12-25 21:08:33 -07:00
decl-macro-illegal-copy.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
decl-macro-illegal-copy.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
do-not-ignore-lifetime-bounds-in-copy.rs Remove licenses 2018-12-25 21:08:33 -07:00
do-not-ignore-lifetime-bounds-in-copy.stderr Update tests 2019-03-11 23:10:26 +03:00
dont-print-desugared.rs Dont show variables from desugarings in borrowck errors 2019-05-21 20:38:17 +01:00
dont-print-desugared.stderr Dont show variables from desugarings in borrowck errors 2019-05-21 20:38:17 +01:00
drop-may-dangle.rs Remove licenses 2018-12-25 21:08:33 -07:00
drop-no-may-dangle.rs retrieve ty info from place_ty 2018-12-27 17:25:45 +08:00
drop-no-may-dangle.stderr Update tests 2019-03-11 23:10:26 +03:00
enum-drop-access.rs Rework checking for borrows conflicting with drops 2018-09-23 20:27:41 +01:00
enum-drop-access.stderr Update tests 2019-03-11 23:10:26 +03:00
extra-unused-mut.rs Mark variables captured by reference as mutable correctly 2019-04-04 21:25:08 +01:00
generator-distinct-lifetime.rs Remove licenses 2018-12-25 21:08:33 -07:00
generator-upvar-mutability.rs Remove licenses 2018-12-25 21:08:33 -07:00
generator-upvar-mutability.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
get_default.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
get_default.rs Update tests 2019-05-03 03:11:37 -04:00
get_default.stderr Update tests 2019-05-03 03:11:37 -04:00
guarantor-issue-46974.rs Remove licenses 2018-12-25 21:08:33 -07:00
guarantor-issue-46974.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-16223.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-21114-ebfull.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-21114-kixunil.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-21232-partial-init-and-erroneous-use.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-21232-partial-init-and-erroneous-use.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-21232-partial-init-and-use.rs Various minor/cosmetic improvements to code 2018-12-07 23:53:34 +00:00
issue-21232-partial-init-and-use.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
issue-22323-temp-destruction.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-27868.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-27868.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-30104.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-31567.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-31567.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-32382-index-assoc-type-with-lifetime.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-43058.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-46589.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-46589.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-47022.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-47388.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-47388.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-47470.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-47470.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-48070.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-48238.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-48238.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-48697.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-48697.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-50716-1.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-50716.nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-50716.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-50716.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51191.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51191.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51244.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51244.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51268.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51268.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51351.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51512.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-51512.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52059-report-when-borrow-and-drop-conflict.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52059-report-when-borrow-and-drop-conflict.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52078.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52086.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52086.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52113.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52113.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534-1.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534-1.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534-2.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534-2.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52534.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52663-span-decl-captured-variable.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52663-span-decl-captured-variable.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52663-trait-object.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52663-trait-object.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52669.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52669.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52742.nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52742.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-52742.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-53040.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-53040.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-53119.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-53570.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-53773.rs Fix erroneous loop diagnostic in nll 2019-02-20 12:15:08 -03:00
issue-53773.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-53807.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-53807.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54382-use-span-of-tail-of-block.rs Update tests 2018-12-04 10:06:05 +01:00
issue-54382-use-span-of-tail-of-block.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54556-niconii.rs Update tests 2018-12-04 10:06:05 +01:00
issue-54556-niconii.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54556-stephaneyfx.rs Update tests 2018-12-04 10:06:05 +01:00
issue-54556-stephaneyfx.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54556-temps-in-tail-diagnostic.rs Update tests 2018-12-04 10:06:05 +01:00
issue-54556-temps-in-tail-diagnostic.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54556-used-vs-unused-tails.rs Update tests 2018-12-04 10:06:05 +01:00
issue-54556-used-vs-unused-tails.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-54556-wrap-it-up.rs Unit tests for issue #54556. Some were also taken from issues #21114, #46413. 2018-10-05 12:04:53 +02:00
issue-54556-wrap-it-up.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
issue-55288.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55344.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55394.nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55394.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55394.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55401.nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55401.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55401.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-55651.rs Remove licenses 2018-12-25 21:08:33 -07:00
issue-55850.rs Explain error when yielding a reference to a local variable 2019-04-22 18:50:26 +01:00
issue-55850.stderr Explain error when yielding a reference to a local variable 2019-04-22 18:50:26 +01:00
issue-57100.rs Make conflicting borrow description more robust. 2019-01-04 20:56:41 +01:00
issue-57100.stderr Improve diagnostic labels and add note. 2019-01-04 22:43:51 +01:00
issue-57265-return-type-wf-check.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-57265-return-type-wf-check.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-57280-1.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-57280.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-57960.rs Lower constant patterns with ascribed types. 2019-02-06 21:10:43 +01:00
issue-57989.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-57989.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-58053.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-58053.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-58299.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
issue-58299.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
loan_ends_mid_block_pair.rs Update tests 2019-05-03 03:11:37 -04:00
loan_ends_mid_block_pair.stderr Update tests 2019-05-03 03:11:37 -04:00
loan_ends_mid_block_vec.rs Update tests 2019-05-03 03:11:37 -04:00
loan_ends_mid_block_vec.stderr Update tests 2019-05-03 03:11:37 -04:00
local-outlives-static-via-hrtb.rs Search for incompatible universes in borrow errors 2019-04-26 22:14:52 +01:00
local-outlives-static-via-hrtb.stderr Search for incompatible universes in borrow errors 2019-04-26 22:14:52 +01:00
match-cfg-fake-edges.rs Improve error message and add tests for borrowck match handling 2019-02-21 19:03:33 +00:00
match-cfg-fake-edges.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
match-guards-always-borrow.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
match-guards-always-borrow.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
match-guards-partially-borrow.rs Use normal mutable borrows in MIR match lowering 2019-02-21 19:03:34 +00:00
match-guards-partially-borrow.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
match-on-borrowed.rs Make determining the discriminant a normal Shallow read 2018-12-13 20:53:07 +00:00
match-on-borrowed.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
maybe-initialized-drop-implicit-fragment-drop.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
maybe-initialized-drop-implicit-fragment-drop.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
maybe-initialized-drop-uninitialized.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-initialized-drop-with-fragment.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-initialized-drop-with-fragment.stderr Update tests 2019-03-11 23:10:26 +03:00
maybe-initialized-drop-with-uninitialized-fragments.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-initialized-drop-with-uninitialized-fragments.stderr Update tests 2019-03-11 23:10:26 +03:00
maybe-initialized-drop.rs Remove licenses 2018-12-25 21:08:33 -07:00
maybe-initialized-drop.stderr Update tests 2019-03-11 23:10:26 +03:00
mir_check_cast_closure.rs Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_closure.stderr Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_reify.rs Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_reify.stderr Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_unsafe_fn.rs Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_unsafe_fn.stderr Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_unsize.rs Update tests 2019-01-17 20:39:06 -06:00
mir_check_cast_unsize.stderr Update tests 2019-01-17 20:39:06 -06:00
move-errors.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
move-errors.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
move-subpaths-moves-root.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
move-subpaths-moves-root.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
normalization-bounds-error.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
normalization-bounds-error.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
normalization-bounds.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
polonius-smoke-test.rs Get Polonius borrow check to work in simple cases 2018-09-26 22:03:56 +01:00
polonius-smoke-test.stderr hide --explain hint if error has no extended info 2019-04-18 13:29:28 -04:00
projection-return.rs Remove double trailing newlines 2019-04-22 16:57:01 +01:00
promotable-mutable-zst-doesnt-conflict.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
promoted-bounds.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
promoted-bounds.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
promoted-closure-pair.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
promoted-closure-pair.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
reference-carried-through-struct-field.rs update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
reference-carried-through-struct-field.stderr update tests for migrate mode by default 2019-04-22 08:40:08 +01:00
region-ends-after-if-condition.nll.stderr Change compare mode to use -Zborrowck=mir 2019-05-12 18:46:43 +01:00
region-ends-after-if-condition.rs Update tests 2019-05-03 03:11:37 -04:00
region-ends-after-if-condition.stderr Update tests 2019-05-03 03:11:37 -04:00
return-ref-mut-issue-46557.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
return-ref-mut-issue-46557.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
return_from_loop.rs Update tests 2019-05-03 03:11:37 -04:00
return_from_loop.stderr Update tests 2019-05-03 03:11:37 -04:00
trait-associated-constant.rs Rename test struct names to something more sensible 2019-03-12 18:33:27 -04:00
trait-associated-constant.stderr Rename test struct names to something more sensible 2019-03-12 18:33:27 -04:00
type-alias-free-regions.nll.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
type-alias-free-regions.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
type-alias-free-regions.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
type-check-pointer-coercions.rs Type check coercions to pointer types 2019-02-23 14:25:03 +00:00
type-check-pointer-coercions.stderr Update tests 2019-03-11 23:10:26 +03:00
type-check-pointer-comparisons.rs Type check pointer comparisons 2019-02-24 13:02:37 +00:00
type-check-pointer-comparisons.stderr Type check pointer comparisons 2019-02-24 13:02:37 +00:00
unused-mut-issue-50343.rs Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
unused-mut-issue-50343.stderr Remove feature(nll) when compare mode is sufficient 2019-05-12 18:46:43 +01:00
where_clauses_in_functions.rs Update tests 2019-01-17 20:39:06 -06:00
where_clauses_in_functions.stderr Update tests 2019-01-17 20:39:06 -06:00
where_clauses_in_structs.rs Update tests 2019-01-17 20:39:06 -06:00
where_clauses_in_structs.stderr Update tests 2019-01-17 20:39:06 -06:00