You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 6, 2020. It is now read-only.
/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
The text was updated successfully, but these errors were encountered:
/home/manishearth/Mozilla/voser/./../.cargo/registry/src/github.com-0a35038f75765ae4/aster-0.9.2/src/path.rs:267 let parameters = ast::PathParameters::AngleBracketedParameters(data);
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
Thanks
The text was updated successfully, but these errors were encountered: