summary refs log tree commit diff
path: root/src/test/compile-fail/trait-impl-for-module.rs
AgeCommit message (Collapse)AuthorLines
2013-11-24Fix issue #8763Leah Hanson-0/+21
* added case & better error message for "impl trait for module" * used better way to print the module * switched from //error-pattern to //~ ERROR * added compile-fail test trait-impl-for-module.rs * revised compile-fail test trait-or-new-type-instead (the error message for the modified test is still unclear, but that's a different bug) * added FIXME to trait-or-new-type-instead