1
Fork 0

Fallout: tests. As tests frequently elide things, lots of changes

here.  Some of this may have been poorly rebased, though I tried to be
careful and preserve the spirit of the test.
This commit is contained in:
Niko Matsakis 2015-02-12 10:29:52 -05:00
parent ef42c2befd
commit 872ce47955
306 changed files with 915 additions and 580 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
trait TraitNotAStruct { }
trait TraitNotAStruct : ::std::marker::MarkerTrait { }
fn main() {
TraitNotAStruct{ value: 0 };