mirror of
https://github.com/openharmony/third_party_rust_static-assertions-rs.git
synced 2026-06-30 21:57:56 -04:00
6007df8a53
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.