Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unresolved import syntax::parse::common #8

Closed
rubo77 opened this issue Jun 14, 2018 · 1 comment
Closed

unresolved import syntax::parse::common #8

rubo77 opened this issue Jun 14, 2018 · 1 comment
Labels
kind: question Someone is asking for help or support

Comments

@rubo77
Copy link
Contributor

rubo77 commented Jun 14, 2018

services:    Compiling rocket_contrib v0.3.12
services: error[E0432]: unresolved import `syntax::parse::common`
services:  --> /var/lib/ff-node-monitor/.cargo/registry/src/github.com-1ecc6299db9ec823/rocket_codegen-0.3.12/src/utils/parser_ext.rs:5:20                                                                
services:   |                                                                                                                                                                                             
services: 5 | use syntax::parse::common::SeqSep;                                                                                                                                                          
services:   |                    ^^^^^^ Could not find `common` in `parse`                                                                                                                                
services: error: aborting due to previous error
@rubo77
Copy link
Contributor Author

rubo77 commented Jun 14, 2018

You need to use a certain older nightly to solve this:

sudo -u ff-node-monitor /var/lib/ff-node-monitor/.cargo/bin/rustup default nightly-2018-06-10

see: #3 (comment)

@rubo77 rubo77 closed this as completed Jun 14, 2018
@RalfJung RalfJung added the kind: question Someone is asking for help or support label Jun 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: question Someone is asking for help or support
Projects
None yet
Development

No branches or pull requests

2 participants