about summary refs log tree commit diff
path: root/src/test/compile-fail/binop-add-ptr.rs
AgeCommit message (Collapse)AuthorLines
2013-07-09rm silly compile-fail testDaniel Micay-14/+0
it's a test to make sure a feature is *not* implemented, but it is now implemented
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. ↵Patrick Walton-1/+1
rs=implflipping
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-01-02Fix expected error messages for better printing of ty_ptrMarijn Haverbeke-1/+1
2011-11-13Make various binops not typecheck for unsafe pointers. Closes #1173Brian Anderson-0/+4