google / cro3

Abstraction Layer of ChromiumOS development
https://google.github.io/cro3/
BSD 3-Clause "New" or "Revised" License
36 stars 12 forks source link

make check fails with errors for cro3_paths #238

Open mhiramat opened 3 months ago

mhiramat commented 3 months ago

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 commented 4 weeks ago

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