register snapshots

This commit is contained in:
Daniel Micay
2013-10-23 04:49:18 -04:00
parent 8c97c5ebfd
commit 142672dca4
218 changed files with 395 additions and 60 deletions

View File

@@ -8,6 +8,8 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[feature(managed_boxes)];
// Test that an object type `@Foo` is not considered to implement the
// trait `Foo`. Issue #5087.