rust/src/test/compile-fail/borrowck
2017-05-27 00:52:20 +03:00
..
borrowck-and-init.rs
borrowck-anon-fields-struct.rs
borrowck-anon-fields-tuple.rs
borrowck-anon-fields-variant.rs
borrowck-argument.rs
borrowck-assign-comp-idx.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-assign-comp.rs
borrowck-assign-to-andmut-in-aliasable-loc.rs
borrowck-assign-to-andmut-in-borrowed-loc.rs
borrowck-assign-to-constants.rs
borrowck-auto-mut-ref-to-immut-var.rs
borrowck-autoref-3261.rs
borrowck-bad-nested-calls-free.rs
borrowck-bad-nested-calls-move.rs
borrowck-block-unint.rs
borrowck-borrow-from-owned-ptr.rs
borrowck-borrow-from-stack-variable.rs
borrowck-borrow-from-temporary.rs
borrowck-borrow-immut-deref-of-box-as-mut.rs
borrowck-borrow-mut-base-ptr-in-aliasable-loc.rs
borrowck-borrow-mut-object-twice.rs
borrowck-borrow-overloaded-auto-deref.rs
borrowck-borrow-overloaded-deref.rs
borrowck-borrowed-uniq-rvalue-2.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-borrowed-uniq-rvalue.rs Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
borrowck-box-insensitivity.rs Merge ty::TyBox into ty::TyAdt 2017-01-30 23:14:15 +03:00
borrowck-break-uninit-2.rs
borrowck-break-uninit.rs
borrowck-closures-mut-and-imm.rs
borrowck-closures-mut-of-imm.rs update test cases to reflect new messages 2016-05-02 11:47:10 -04:00
borrowck-closures-two-mut.rs
borrowck-closures-unique-imm.rs
borrowck-closures-unique.rs update test cases to reflect new messages 2016-05-02 11:47:10 -04:00
borrowck-closures-use-after-free.rs
borrowck-consume-unsize-vec.rs
borrowck-consume-upcast-box.rs
borrowck-escaping-closure-error-1.rs Update error format for E0373 2016-08-05 19:53:14 +02:00
borrowck-escaping-closure-error-2.rs Update error format for E0373 2016-08-05 19:53:14 +02:00
borrowck-field-sensitivity.rs
borrowck-fn-in-const-a.rs
borrowck-fn-in-const-c.rs
borrowck-for-loop-correct-cmt-for-pattern.rs
borrowck-for-loop-head-linkage.rs
borrowck-if-no-else.rs
borrowck-if-with-else.rs
borrowck-imm-ref-to-mut-rec-field-issue-3162-c.rs
borrowck-init-in-called-fn-expr.rs
borrowck-init-in-fn-expr.rs
borrowck-init-in-fru.rs
borrowck-init-op-equal.rs
borrowck-init-plus-equal.rs
borrowck-insert-during-each.rs rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
borrowck-issue-2657-1.rs
borrowck-issue-2657-2.rs
borrowck-issue-14498.rs borrowck: consolidate mut suggestions 2017-03-27 01:37:42 +03:00
borrowck-lend-flow-if.rs
borrowck-lend-flow-loop.rs fix a bug in compiletest JSON parsing for duplicate errors 2017-04-11 20:32:47 -04:00
borrowck-lend-flow-match.rs
borrowck-lend-flow.rs
borrowck-loan-blocks-move-cc.rs
borrowck-loan-blocks-move.rs
borrowck-loan-blocks-mut-uniq.rs
borrowck-loan-in-overloaded-op.rs
borrowck-loan-of-static-data-issue-27616.rs
borrowck-loan-rcvr-overloaded-op.rs
borrowck-loan-rcvr.rs
borrowck-loan-vec-content.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-match-binding-is-assignment.rs
borrowck-move-by-capture.rs
borrowck-move-error-with-note.rs Reword the short diagnostic for E0509 2016-05-19 11:02:41 +02:00
borrowck-move-from-subpath-of-borrowed-path.rs
borrowck-move-from-unsafe-ptr.rs
borrowck-move-in-irrefut-pat.rs
borrowck-move-moved-value-into-closure.rs
borrowck-move-mut-base-ptr.rs
borrowck-move-out-of-overloaded-auto-deref.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-move-out-of-overloaded-deref.rs
borrowck-move-out-of-static-item.rs
borrowck-move-out-of-struct-with-dtor.rs Reword the short diagnostic for E0509 2016-05-19 11:02:41 +02:00
borrowck-move-out-of-tuple-struct-with-dtor.rs Reword the short diagnostic for E0509 2016-05-19 11:02:41 +02:00
borrowck-move-out-of-vec-tail.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-move-subcomponent.rs
borrowck-multiple-captures.rs
borrowck-mut-addr-of-imm-var.rs
borrowck-mut-borrow-linear-errors.rs fix a bug in compiletest JSON parsing for duplicate errors 2017-04-11 20:32:47 -04:00
borrowck-mut-borrow-of-mut-base-ptr.rs
borrowck-mut-slice-of-imm-vec.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-mutate-in-guard.rs
borrowck-no-cycle-in-exchange-heap.rs
borrowck-object-lifetime.rs
borrowck-or-init.rs
borrowck-overloaded-call.rs rustc: rework stability to be on-demand for type-directed lookup. 2016-11-28 04:18:11 +02:00
borrowck-overloaded-index-and-overloaded-deref.rs
borrowck-overloaded-index-autoderef.rs
borrowck-overloaded-index-move-from-vec.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-overloaded-index-move-index.rs
borrowck-overloaded-index-ref-index.rs
borrowck-partial-reinit-1.rs
borrowck-partial-reinit-2.rs
borrowck-partial-reinit-3.rs
borrowck-partial-reinit-4.rs
borrowck-pat-reassign-binding.rs
borrowck-reborrow-from-mut.rs
borrowck-reborrow-from-shorter-lived-andmut.rs
borrowck-ref-mut-of-imm.rs
borrowck-report-with-custom-diagnostic.rs update test cases to reflect new messages 2016-05-02 11:47:10 -04:00
borrowck-return-variable-on-stack-via-clone.rs
borrowck-return.rs
borrowck-struct-update-with-dtor.rs Reword the short diagnostic for E0509 2016-05-19 11:02:41 +02:00
borrowck-swap-mut-base-ptr.rs
borrowck-unary-move.rs
borrowck-unboxed-closures.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
borrowck-uninit-after-item.rs
borrowck-uninit-in-assignop.rs
borrowck-uninit.rs
borrowck-union-borrow-nested.rs Stabilize unions with Copy fields and no destructor 2017-05-27 00:52:20 +03:00
borrowck-union-borrow.rs Stabilize unions with Copy fields and no destructor 2017-05-27 00:52:20 +03:00
borrowck-union-move-assign.rs Address comments and add requested tests 2016-09-03 13:39:35 +03:00
borrowck-union-move.rs Address comments and add requested tests 2016-09-03 13:39:35 +03:00
borrowck-union-uninitialized.rs Stabilize unions with Copy fields and no destructor 2017-05-27 00:52:20 +03:00
borrowck-uniq-via-lend.rs
borrowck-use-in-index-lvalue.rs
borrowck-use-mut-borrow.rs
borrowck-use-uninitialized-in-cast-trait.rs
borrowck-use-uninitialized-in-cast.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
borrowck-vec-pattern-element-loan.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-vec-pattern-loan-from-mut.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-vec-pattern-move-tail.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
borrowck-vec-pattern-nesting.rs Disable ref hint for pattern in let and adding ui-tests. 2017-04-28 01:31:42 -07:00
borrowck-vec-pattern-tail-element-loan.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-while-break.rs
borrowck-while-cond.rs
borrowck-while.rs
move-in-static-initializer-issue-38520.rs remove special-case code for statics and just use borrowck_fn 2017-02-28 08:43:47 -05:00