Add unit test to ensure that both parts of a DefPathHash depend on the defining crate's ID.
This commit is contained in:
parent
97380e3b06
commit
9e5054498b
4 changed files with 54 additions and 3 deletions
|
@ -31,6 +31,9 @@ mod stable_hash_impls;
|
|||
mod target;
|
||||
pub mod weak_lang_items;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests;
|
||||
|
||||
pub use hir::*;
|
||||
pub use hir_id::*;
|
||||
pub use lang_items::{LangItem, LanguageItems};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue