[PATCH] D103151: [Demangle][Rust] Parse trait objects

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 26 14:00:01 PDT 2021


dblaikie added a comment.

Could you split this up - one patch to add dyn-bounds with zero dyn-traits, then add dyn-traits with zero dyn-trait-assoc-binding, then add those? (takes me a while to check the test cases/understand exactly what they're doing - so having really narrow patches makes it easier to focus on the difference between one patch and the next)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D103151/new/

https://reviews.llvm.org/D103151



More information about the llvm-commits mailing list