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 check fails with errors for cro3_paths #238

Open
mhiramat opened this issue Apr 4, 2024 · 1 comment
Open

make check fails with errors for cro3_paths #238

mhiramat opened this issue Apr 4, 2024 · 1 comment
Assignees
Labels
P1 Finish this cycle

Comments

@mhiramat
Copy link
Collaborator

mhiramat commented Apr 4, 2024

make check fails with the errors below.

cargo check
    Checking cro3 v0.1.2 (/work/cro3)
error[E0432]: unresolved import `cro3::util::cro3_paths`
  --> src/cmd/servo.rs:33:17
   |
33 | use cro3::util::cro3_paths::cro3_dir;
   |                 ^^^^^^^^^^ could not find `cro3_paths` in `util`

error[E0432]: unresolved import `cro3::util::cro3_paths`
  --> src/cmd/servo.rs:34:17
   |
34 | use cro3::util::cro3_paths::gen_path_in_cro3_dir;
   |                 ^^^^^^^^^^ could not find `cro3_paths` in `util`

error[E0432]: unresolved import `cro3::util::cro3_paths`
  --> src/cmd/setup.rs:14:17
   |
14 | use cro3::util::cro3_paths::gen_path_in_cro3_dir;
   |                 ^^^^^^^^^^ could not find `cro3_paths` in `util`

For more information about this error, try `rustc --explain E0432`.

But there is src/util/cro3_paths.rs.

@hikalium hikalium self-assigned this Jun 6, 2024
@hikalium hikalium added the P1 Finish this cycle label Jun 6, 2024
@hikalium
Copy link
Collaborator

hikalium commented Jun 6, 2024

I think this is not a thing anymore but let me verify

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

No branches or pull requests

2 participants