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

compile fails #23

Closed
devogon opened this issue Jun 6, 2017 · 2 comments
Closed

compile fails #23

devogon opened this issue Jun 6, 2017 · 2 comments

Comments

@devogon
Copy link

devogon commented Jun 6, 2017

this needs a 'static lifetime or the static_in_const feature, see #35897

changed ROOT_DIR assignment and compiles just fine.

69c69
< static ROOT_DIR : &str = "/";

static ROOT_DIR : &'static str = "/";

@John-Steidley
Copy link

I had the same error before I ran rustup update

@sharkdp sharkdp closed this as completed in 8c6a9c8 Jun 6, 2017
@sharkdp
Copy link
Owner

sharkdp commented Jun 6, 2017

Fixed, thank you.

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

No branches or pull requests

3 participants