]> git.lizzy.rs Git - rust.git/commit
debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is enabled...
authorMichael Woerister <michaelwoerister@posteo>
Fri, 22 Apr 2022 10:07:32 +0000 (12:07 +0200)
committerMichael Woerister <michaelwoerister@posteo>
Fri, 22 Apr 2022 12:59:35 +0000 (14:59 +0200)
commit8b230086fa4b22c647129a8c84fa0bdfc6d82a0d
tree89605f3e186065472835a898dc35b114c31f2883
parent1158ade996d69498e946ca5901184aaa3e0edf4c
debuginfo: Emit ZST struct debuginfo for unit type when CPP-like debuginfo is enabled (instead of custom basic type).
compiler/rustc_codegen_llvm/src/debuginfo/metadata.rs
src/test/debuginfo/unit-type.rs [new file with mode: 0644]