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
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue