We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Since a crate name can match more than one crate, I was wondering if we should return a vector instead of an Option<Crate>.
Option<Crate>
See an example on rustc test tests/codegen/nounwind.rs.
tests/codegen/nounwind.rs