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
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
borrowck-borrow-of-mut-base-ptr-safe.rs
borrowck-closures-two-imm.rs
borrowck-field-sensitivity.rs
borrowck-fixed-length-vecs.rs
borrowck-freeze-frozen-mut.rs
borrowck-lend-args.rs
borrowck-macro-interaction-issue-6304.rs
borrowck-move-by-capture-ok.rs
borrowck-mut-uniq.rs
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
borrowck-pat-reassign-no-binding.rs
borrowck-rvalues-mutable.rs
borrowck-scope-of-deref-issue-4666.rs
borrowck-static-item-in-fn.rs
borrowck-trait-lifetime.rs
borrowck-uniq-via-ref.rs
borrowck-univariant-enum.rs
borrowck-use-mut-borrow.rs