]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_codes/src/error_codes/E0464.md
Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e' into sync_cg_clif-2021-12-30
[rust.git] / compiler / rustc_error_codes / src / error_codes / E0464.md
1 The compiler found multiple library files with the requested crate name.
2
3 This error can occur in several different cases -- for example, when using
4 `extern crate` or passing `--extern` options without crate paths. It can also be
5 caused by caching issues with the build directory, in which case `cargo clean`
6 may help.