rust/src/test/run-pass/borrowck
iirelu e593c3b893 Changed most vec! invocations to use square braces
Most of the Rust community agrees that the vec! macro is clearer when
called using square brackets [] instead of regular brackets (). Most of
these ocurrences are from before macros allowed using different types of
brackets.

There is one left unchanged in a pretty-print test, as the pretty
printer still wants it to have regular brackets.
2016-10-31 22:51:40 +00:00
..
borrowck-assign-to-subfield.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-binding-mutbl.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-borrow-from-expr-block.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-borrow-of-mut-base-ptr-safe.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-closures-two-imm.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-field-sensitivity.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-fixed-length-vecs.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-freeze-frozen-mut.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-lend-args.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-macro-interaction-issue-6304.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-move-by-capture-ok.rs Don't gate methods Fn(Mut,Once)::call(mut,once) with feature unboxed_closures 2016-07-31 17:48:20 +03:00
borrowck-mut-uniq.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-mut-vec-as-imm-slice.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
borrowck-pat-enum.rs Fix some pretty printing tests 2016-10-18 23:23:40 +03:00
borrowck-pat-reassign-no-binding.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-rvalues-mutable.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-scope-of-deref-issue-4666.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-static-item-in-fn.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-trait-lifetime.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-uniq-via-ref.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-univariant-enum.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00
borrowck-use-mut-borrow.rs Move the borrowck run-pass/compile-fail tests into their own directories 2016-02-24 18:40:39 -05:00