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:
parent
ef42c2befd
commit
872ce47955
306 changed files with 915 additions and 580 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue