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

@ -16,7 +16,7 @@ use std::mem::size_of;
use std::rc::Rc;
use std::sync::Arc;
trait Trait {}
trait Trait { fn dummy(&self) { } }
fn main() {
// Functions