Relative Content

Tag Archive for genericsrustoperator-overloadingtraits

Complex trait compiles when using local trait but not crate.io one

I published a crate on crates.io recently and when I tried using it my code no longer compiles, reverting to the local version through crate = { path = "/path/to/crate/" } fixes compilation. The source code in both versions is the same, I am using the latest version of the crate in both.