summary refs log tree commit diff
path: root/src/test/compile-fail/variant-size-differences.rs
AgeCommit message (Collapse)AuthorLines
2016-07-10Move variant_size_differences out of transJonas Schievink-0/+18
Also enhances the error message a bit, fixes #30505 on the way, and adds a test (which was missing). Closes #34018