]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_codes/src/error_codes/E0464.md
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
[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.