1
Fork 0

Add unit test to ensure that both parts of a DefPathHash depend on the defining crate's ID.

This commit is contained in:
Michael Woerister 2021-02-04 11:04:29 +01:00
parent 97380e3b06
commit 9e5054498b
4 changed files with 54 additions and 3 deletions

View file

@ -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};