about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorKang Seonghoon <public+git@mearie.org>2015-03-02 00:37:14 +0900
committerKang Seonghoon <public+git@mearie.org>2015-03-03 11:55:36 +0900
commit2f3aa0dd2e9a599a80e22d79c33a5d7e2554f90b (patch)
tree20764d298aa28879d50ff15e82743ae9cfb5a23f /src/rustllvm/RustWrapper.cpp
parentc9840b644c7e69551c6f9d737125375e4aec602d (diff)
downloadrust-2f3aa0dd2e9a599a80e22d79c33a5d7e2554f90b.tar.gz
rust-2f3aa0dd2e9a599a80e22d79c33a5d7e2554f90b.zip
metadata: Eliminate the `EsEnumBody` tag.
It doesn't serve any useful purpose. It *might* be useful when
there are some tags that are generated by `Encodable` and
not delimited by any tags, but IIUC it's not the case.

Previous:

                  <-------------------- len1 ------------------->
    EsEnum <len1> EsEnumVid <vid> EsEnumBody <len2> <arg1> <arg2>
                                                    <--- len2 -->

Now:

                  <----------- len1 ---------->
    EsEnum <len1> EsEnumVid <vid> <arg1> <arg2>
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions