Skip to content

File not found or module 'imp' #47

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

Closed
sethdusek opened this issue Sep 6, 2016 · 4 comments
Closed

File not found or module 'imp' #47

sethdusek opened this issue Sep 6, 2016 · 4 comments

Comments

@sethdusek
Copy link

Compiling fringe v1.0.5 (https://github.com/nathan7/libfringe.git#1df75900) /home/kamal/.cargo/git/checkouts/libfringe-2dc7659ef57cab6f/master/src/arch/mod.rs:15:5: 15:8 error: file not found for module imp/home/kamal/.cargo/git/checkouts/libfringe-2dc7659ef57cab6f/master/src/arch/mod.rs:15 mod imp; ^~~ /home/kamal/.cargo/git/checkouts/libfringe-2dc7659ef57cab6f/master/src/arch/mod.rs:15:5: 15:8 help: name the file either imp.rs or imp/mod.rs inside the directory "/home/kamal/.cargo/git/checkouts/libfringe-2dc7659ef57cab6f/master/src/arch" error: aborting due to previous error error: Could not compilefringe.

I've tried fixing it myself, but some modules from the arch-specific files are for some reason not being imported, and I don't really know what to do further

@whitequark
Copy link
Contributor

whitequark commented Sep 6, 2016

Which rustc version?

@sethdusek
Copy link
Author

rustc 1.11.0-nightly (ab0b87458 2016-06-13)

@whitequark
Copy link
Contributor

Yeah, you're hitting rust-lang/rust#25544. You need 1.12.

@sethdusek
Copy link
Author

Oh, thanks

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