]> git.lizzy.rs Git - rust.git/commit
Extended test cases for struct debug information.
authorMichael Woerister <michaelwoerister@gmail>
Wed, 19 Jun 2013 14:26:35 +0000 (16:26 +0200)
committerMichael Woerister <michaelwoerister@gmail>
Thu, 27 Jun 2013 17:28:17 +0000 (19:28 +0200)
commitfda193de247c592b7b5b0081df9cf95aeb7d3ce3
treeeb2cd0429e254dcf9be0d8c960379cdb35628f3c
parentc440743dcc17635eb65cc509a473d66dc6654e87
Extended test cases for struct debug information.
Added test cases for different kinds of padding (simple-struct.rs)
Added test cases for nested structs (struct-in-struct.rs)
src/test/debug-info/simple-struct.rs [new file with mode: 0644]
src/test/debug-info/struct-in-struct.rs [new file with mode: 0644]
src/test/debug-info/struct.rs [deleted file]