rust/src/test/pretty
Niko Matsakis b0ed151539 Cleanup how we handle proto in types, remove unsound subtyping
Fixes #1896 which was never truly fixed, just masked.
The given tests would have failed had they used `~fn()` and
not `@fn()`.  They now result in compilation errors.

Fixes #2978.

Necessary first step for #2202, #2263.
2012-11-06 08:56:29 -08:00
..
alt-naked-expr-long.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-naked-expr-medium.rs Camel case the option type 2012-08-26 15:56:16 -07:00
alt-naked-expr.rs Camel case the option type 2012-08-26 15:56:16 -07:00
attr-fn-inner.rs
blank-lines.rs Fix a pprint test for fixed-length vecs 2012-10-20 17:50:46 -07:00
block-arg-disambig.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
block-comment-trailing-whitespace2.rs
block-comment-trailing-whitespace.rs
block-disambig.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
cap-clause.rs
disamb-stmt-expr.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
do1.rs
doc-comments.rs
empty-lines.rs
example1.rs
example2.pp
example2.rs
fn-types.rs Cleanup how we handle proto in types, remove unsound subtyping 2012-11-06 08:56:29 -08:00
issue-929.rs
record-trailing-comma.rs More attempts at fixing .. breakage. 2012-08-14 05:17:38 +00:00
tag-blank-lines.rs
unary-op-disambig.rs Remove match check from test cases 2012-08-23 15:12:02 -07:00
vec-comments.pp
vec-comments.rs
vec-type.pp
vec-type.rs