]> git.lizzy.rs Git - rust.git/commit
Factor feature gate tests for box syntax into two separate files.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Tue, 21 Jul 2015 12:31:07 +0000 (14:31 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Wed, 22 Jul 2015 13:34:00 +0000 (15:34 +0200)
commitbb952358aa674b815f6180520eb5ddf2289e6401
treee55728abf44a6d74b5b1c01ae51de4eeb1469c63
parent9ca1c618794b3da0603ffedff488cd42a32c4eb6
Factor feature gate tests for box syntax into two separate files.

The two tests are separate since the current implementation performs
the feature gate checks at distinct phases in the compilation, with an
`abort_if_errors` calls separating them.
src/test/compile-fail/feature-gate-box-expr.rs
src/test/compile-fail/feature-gate-placement-expr.rs [new file with mode: 0644]