rust/src/test
Patrick Walton ae067477fb libsyntax: Stop parsing + with no bounds after it.
This will break code that looks like `Box<Trait+>`. Change that code to
`Box<Trait>` instead.

Closes #14925.

[breaking-change]
2014-06-20 15:46:58 -07:00
..
auxiliary Remove obsolete test 2014-06-18 20:50:27 +02:00
bench Fallout from TaskBuilder changes 2014-06-18 17:01:45 -07:00
codegen
compile-fail libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
compile-fail-fulldeps rustc: reduce redundant resolve errors. 2014-06-18 01:19:22 +01:00
debuginfo debuginfo: Add test case for issue 14411. 2014-06-18 17:02:02 -07:00
pretty rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-fail rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00
run-make auto merge of #15006 : alexcrichton/rust/fix-nightly, r=brson 2014-06-18 22:41:40 +00:00
run-pass libsyntax: Stop parsing + with no bounds after it. 2014-06-20 15:46:58 -07:00
run-pass-fulldeps rustc: Obsolete the @ syntax entirely 2014-06-14 10:45:37 -07:00