rust/src/test/compile-fail/borrowck
2016-08-20 21:07:19 -04: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
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-mut.rs refactor autoderef to avoid registering obligations 2016-05-25 00:03:33 +03:00
borrowck-borrow-overloaded-auto-deref.rs
borrowck-borrow-overloaded-deref-mut.rs
borrowck-borrow-overloaded-deref.rs
borrowck-borrowed-uniq-rvalue-2.rs Fix bug in macro expression spans 2016-05-18 11:46:08 +00:00
borrowck-borrowed-uniq-rvalue.rs
borrowck-box-insensitivity.rs Update E0503 to the new format 2016-08-20 21:07:19 -04:00
borrowck-break-uninit-2.rs
borrowck-break-uninit.rs
borrowck-call-is-borrow-issue-12224.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
borrowck-call-method-from-mut-aliasable.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-b.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-in-static.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
borrowck-issue-2657-1.rs
borrowck-issue-2657-2.rs
borrowck-issue-14498.rs
borrowck-lend-flow-if.rs
borrowck-lend-flow-loop.rs update test cases to reflect new messages 2016-05-02 11:47:10 -04:00
borrowck-lend-flow-match.rs
borrowck-lend-flow.rs
borrowck-let-suggestion-suffixes.rs Move 'doesn't live long enough' errors to labels 2016-08-17 15:24:42 -07:00
borrowck-let-suggestion.rs Move 'doesn't live long enough' errors to labels 2016-08-17 15:24:42 -07:00
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
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
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 implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
borrowck-move-subcomponent.rs
borrowck-multiple-captures.rs
borrowck-mut-addr-of-imm-var.rs
borrowck-mut-borrow-linear-errors.rs update test cases to reflect new messages 2016-05-02 11:47:10 -04:00
borrowck-mut-borrow-of-mut-base-ptr.rs
borrowck-mut-slice-of-imm-vec.rs
borrowck-mutate-in-guard.rs
borrowck-no-cycle-in-exchange-heap.rs
borrowck-object-lifetime.rs
borrowck-object-mutability.rs
borrowck-or-init.rs
borrowck-overloaded-call.rs
borrowck-overloaded-index-and-overloaded-deref.rs
borrowck-overloaded-index-autoderef.rs
borrowck-overloaded-index-move-from-vec.rs
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-into-rvalue.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-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
borrowck-vec-pattern-element-loan.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
borrowck-vec-pattern-loan-from-mut.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03: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 implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
borrowck-vec-pattern-tail-element-loan.rs implement RFC495 semantics for slice patterns 2016-06-09 00:38:38 +03:00
borrowck-while-break.rs
borrowck-while-cond.rs
borrowck-while.rs