]> git.lizzy.rs Git - rust.git/commit
add a series of tests for changes to structs
authorNiko Matsakis <niko@alum.mit.edu>
Tue, 24 May 2016 19:50:24 +0000 (15:50 -0400)
committerNiko Matsakis <niko@alum.mit.edu>
Tue, 31 May 2016 23:59:57 +0000 (19:59 -0400)
commitbe1819f14bfa67e95b711f1e093816f4d29c94de
tree4d2f47fdf974ac809000ca077588af1b07fee536
parent298730e7032cd55809423773da397cd5c7d827d4
add a series of tests for changes to structs

These tests reveal that the edges are in some cases
too strict.
src/test/incremental/struct_add_field.rs [new file with mode: 0644]
src/test/incremental/struct_change_field_name.rs [new file with mode: 0644]
src/test/incremental/struct_change_field_type.rs [new file with mode: 0644]
src/test/incremental/struct_change_field_type_cross_crate/auxiliary/a.rs [new file with mode: 0644]
src/test/incremental/struct_change_field_type_cross_crate/b.rs [new file with mode: 0644]
src/test/incremental/struct_change_nothing.rs [new file with mode: 0644]
src/test/incremental/struct_remove_field.rs [new file with mode: 0644]