AdamNiederer / faster

SIMD for humans
Mozilla Public License 2.0
1.56k stars 51 forks source link

Don't use types as traits in macros #30

Closed petrochenkov closed 6 years ago

petrochenkov commented 6 years ago

Hello.

We've found that this crate is affected by an upcoming bugfix in rustc - https://github.com/rust-lang/rust/pull/48502 (ty fragments are no longer accepted as traits in trait impls). This PR fixes the deprecated use of ty.

AdamNiederer commented 6 years ago

Thanks for the patch!