rust/src/test/pretty
Nick Cameron ce0907e46e Add enum variants to the type namespace
Change to resolve and update compiler and libs for uses.

[breaking-change]

Enum variants are now in both the value and type namespaces. This means that
if you have a variant with the same name as a type in scope in a module, you
will get a name clash and thus an error. The solution is to either rename the
type or the variant.
2014-09-19 15:11:00 +12:00
..
attr-fn-inner.rs
blank-lines.rs
block-comment-multiple-asterisks.rs
block-comment-trailing-whitespace2.rs
block-comment-trailing-whitespace.rs
block-comment-wchar.pp Fix pretty test 2014-07-21 22:53:36 -07:00
block-comment-wchar.rs Add a ton of ignore-lexer-test 2014-07-21 18:38:40 -07:00
block-disambig.rs Remove managed_box gate from tests 2014-07-26 21:05:29 -07:00
closure-reform-pretty.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
disamb-stmt-expr.rs
do1.rs
doc-comments.rs
empty-impl.pp
empty-impl.rs
empty-lines.rs
example1.rs
example2.pp
example2.rs
fn-types.rs
for-comment.rs
issue-929.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
issue-4264.pp Decouple string and argument pieces 2014-09-09 20:34:41 +01:00
issue-4264.rs Add pretty=typed test support to compiletest and add a test for fixed size arrays. 2014-07-29 15:43:12 -07:00
match-block-expr.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
match-naked-expr-medium.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
match-naked-expr.rs Fix a bug pretty printing match { 5i } { _ => { } } 2014-07-29 15:51:03 -07:00
path-type-bounds.rs Implement generalized object and type parameter bounds (Fixes #16462) 2014-08-27 21:46:52 -04:00
raw-str-nonexpr.rs extern crate foobar as foo; 2014-08-23 12:16:04 -07:00
record-trailing-comma.rs
struct-tuple.rs
tag-blank-lines.rs Add enum variants to the type namespace 2014-09-19 15:11:00 +12:00
unary-op-disambig.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-comments.pp librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00
vec-comments.rs librustc: Remove the fallback to int for integers and f64 for 2014-06-29 11:47:58 -07:00