Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Issues compiling on 1.7.0-nightly #61

Closed
nstott opened this issue Dec 29, 2015 · 4 comments
Closed

Issues compiling on 1.7.0-nightly #61

nstott opened this issue Dec 29, 2015 · 4 comments

Comments

@nstott
Copy link

nstott commented Dec 29, 2015

Hi, I'm seeing issues building this on the latest nightly

rustc -vV rustc 1.7.0-nightly (8ad12c3e2 2015-12-19) binary: rustc commit-hash: 8ad12c3e251df6b8ed42b4d32709f4f55470a0be commit-date: 2015-12-19 host: x86_64-apple-darwin release: 1.7.0-nightly

/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/fn_decl.rs:152:21: 152:46 error: no associated item named `ByValue` found for type `syntax::ast::BindingMode` in the current scope
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/fn_decl.rs:152                     ast::BindingMode::ByValue(ast::Mutability::MutImmutable),
                                                                                                               ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:70:20: 70:45 error: no associated item named `ByValue` found for type `syntax::ast::BindingMode` in the current scope
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:70         let mode = ast::BindingMode::ByValue(ast::Mutability::MutImmutable);
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:77:20: 77:45 error: no associated item named `ByValue` found for type `syntax::ast::BindingMode` in the current scope
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:77         let mode = ast::BindingMode::ByValue(ast::Mutability::MutMutable);
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:84:20: 84:43 error: no associated item named `ByRef` found for type `syntax::ast::BindingMode` in the current scope
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:84         let mode = ast::BindingMode::ByRef(ast::Mutability::MutImmutable);
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:91:20: 91:43 error: no associated item named `ByRef` found for type `syntax::ast::BindingMode` in the current scope
/Users/nick/.cargo/registry/src/github.com-88ac128001ac3a9a/aster-0.9.2/src/pat.rs:91         let mode = ast::BindingMode::ByRef(ast::Mutability::MutMutable);
                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to 5 previous errors
Could not compile `aster`.

Thanks

@Manishearth
Copy link

/home/manishearth/Mozilla/voser/./../.cargo/registry/src/github.com-0a35038f75765ae4/aster-0.9.2/src/path.rs:267         let parameters = ast::PathParameters::AngleBracketedParameters(data);

as well

cc @erickt

@pczarn
Copy link

pczarn commented Jan 2, 2016

I'm doing it
#62, serde-deprecated/syntex#25

@erickt
Copy link

erickt commented Jan 6, 2016

Should be fixed now in 0.9.3!

@erickt erickt closed this as completed Jan 6, 2016
@nstott
Copy link
Author

nstott commented Jan 6, 2016

thanks!

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

No branches or pull requests

5 participants