summaryrefslogtreecommitdiffstats
path: root/compiler/rustc_error_codes/src/error_codes/E0464.md
blob: 9108d856c9d7724f557b243130917c9bcca19cc5 (plain)
1
2
3
4
5
6
The compiler found multiple library files with the requested crate name.

This error can occur in several different cases -- for example, when using
`extern crate` or passing `--extern` options without crate paths. It can also be
caused by caching issues with the build directory, in which case `cargo clean`
may help.