You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to contribute, so I cloned the repo and ran setup-toolchain.sh, which worked. I then tried building clippy_lints, but ran into this error:
error[E0432]: unresolved import `rustc_ast::util::lev_distance`
--> clippy_lints/src/attrs.rs:8:22
|
8 | use rustc_ast::util::lev_distance::find_best_match_for_name;
| ^^^^^^^^^^^^ could not find `lev_distance` in `util`
I haven't changed any code and I followed the Basics documentation, so I expected it to work. What am I doing wrong?
Also, is this the right place to ask this question?
The text was updated successfully, but these errors were encountered:
I would like to contribute, so I cloned the repo and ran setup-toolchain.sh, which worked. I then tried building clippy_lints, but ran into this error:
I haven't changed any code and I followed the Basics documentation, so I expected it to work. What am I doing wrong?
Also, is this the right place to ask this question?
The text was updated successfully, but these errors were encountered: