mirror of
https://github.com/openharmony/third_party_rust_static-assertions-rs.git
synced 2026-07-20 01:04:23 -04:00
ea9ec5dd9f
Fixes the issue where subsequent traits were only checked against the first trait and not to one another. This solution was made possible by @SimonSapin demonstrating to me how to expand the input sequence into combinations of inputs. Closes #20.