Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Cargo build panics #48

Open
badosu opened this issue Aug 8, 2016 · 0 comments
Open

Cargo build panics #48

badosu opened this issue Aug 8, 2016 · 0 comments

Comments

@badosu
Copy link

badosu commented Aug 8, 2016

Upgrading envelope version should solve this as RustAudio/envelope#19 was merged and 0.8.1 was released.

When compiling with upgraded envelope I receive this error:

src/envelope.rs:28:10: 28:26 error: wrong number of type arguments: expected 0, found 1 [E0244]
src/envelope.rs:28 impl<'a> Trait<'a, Point> for Envelope {
                            ^~~~~~~~~~~~~~~~
src/envelope.rs:28:10: 28:26 help: run `rustc --explain E0244` to see a detailed explanation
error: aborting due to previous error
error: Could not compile `synth`.

I'd like to help doing this but I don't know anything about rust yet, I just wanted to run the example.

If you offer some guidance I may be able to try, though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant