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

make all fails with compilation error with 0.13.0-nightly #105

Closed
lukeasrodgers opened this issue Oct 22, 2014 · 3 comments
Closed

make all fails with compilation error with 0.13.0-nightly #105

lukeasrodgers opened this issue Oct 22, 2014 · 3 comments

Comments

@lukeasrodgers
Copy link

rustc --version # rustc 0.13.0-nightly (3d2cf6063 2014-10-22 00:22:04 +0000)
src/nickel.rs:27:9: 27:47 error: source trait is inaccessible
src/nickel.rs:27         router.add_route(method, uri, handler);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/nickel.rs:27:9: 27:47 note: module `http_router` is private
src/nickel.rs:27         router.add_route(method, uri, handler);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Could not compile `nickel`.
@Ryman
Copy link
Member

Ryman commented Oct 22, 2014

Logged this, I'm not sure if this is intended behavior, or a regression.

@Ryman
Copy link
Member

Ryman commented Oct 22, 2014

Should be fixed on master via 6c7a414 and 17c42a2

@lukeasrodgers
Copy link
Author

🤘

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

2 participants