diff options
| author | Aaron Hill <aa1ronham@gmail.com> | 2018-10-28 15:33:27 -0400 |
|---|---|---|
| committer | Aaron Hill <aa1ronham@gmail.com> | 2018-10-28 15:33:27 -0400 |
| commit | 20aa7513835b26256664f409c36611a9bc3b88e4 (patch) | |
| tree | 7a52f961ba97f844a423e8fe834d4a0e8ba2645c /src/rustllvm/RustWrapper.cpp | |
| parent | 4f5cfa611d392e87166dfe053ca253c3e822d835 (diff) | |
| download | rust-20aa7513835b26256664f409c36611a9bc3b88e4.tar.gz rust-20aa7513835b26256664f409c36611a9bc3b88e4.zip | |
Choose predicates without inference variables over those with them
Fixes #54705 When constructing synthetic auto trait impls, we may come across multiple predicates involving the same type, trait, and substitutions. Since we can only display one of these, we pick the one with the 'most strict' lifetime paramters. This ensures that the impl we render the user is actually valid (that is, a struct matching that impl will actually implement the auto trait in question). This commit exapnds the definition of 'more strict' to take into account inference variables. We always choose a predicate without inference variables over a predicate with inference variables.
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
