summary refs log tree commit diff
path: root/src/test/incremental/struct_remove_field.rs
AgeCommit message (Collapse)AuthorLines
2016-05-31add def-ids from nominal types into TraitSelectNiko Matsakis-1/+1
This way we distinguish, in particular, `Foo: Sized` and `Bar: Sized`, which fixes #33850.
2016-05-31add a series of tests for changes to structsNiko Matsakis-0/+52
These tests reveal that the edges are in some cases too strict.