about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorMichael Howell <michael@notriddle.com>2022-06-08 19:51:54 -0700
committerMichael Howell <michael@notriddle.com>2022-06-08 19:51:54 -0700
commit85b0c2ffbb2c047c744ad10f7e72d87cbf4dbd32 (patch)
tree0f221a42c9eb8205e827bba43d077f8d451a35ba /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parent6950f144cf83d10bc4a304b48488f9f5368cfaae (diff)
downloadrust-85b0c2ffbb2c047c744ad10f7e72d87cbf4dbd32.tar.gz
rust-85b0c2ffbb2c047c744ad10f7e72d87cbf4dbd32.zip
rustdoc: fixed messed-up rustdoc auto trait impls
Before:

    impl<T, U> UnwindSafe for (T, ...) where
        T: UnwindSafe,
        U: UnwindSafe,

After:

    impl<T> UnwindSafe for (T, ...) where
        T: UnwindSafe,
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions