summary refs log tree commit diff
path: root/src/test/run-pass-fulldeps/proc-macro/derive-same-struct.stdout
AgeCommit message (Collapse)AuthorLines
2018-09-21Added expected (compile-time) outputs.Felix S. Klock II-0/+1
* In the case of `derive-same-struct`, it seemed cleaner to add the output than to try to modify the macro itself (which is where the output is coming from). * In the case of `custom-derive-partial-eq`, it was just easier to add the output than to attempt to port the test to use a procedural macro.