1
Fork 0

Fix default_hash_types to use resolved path

This commit is contained in:
Cameron Steffen 2021-07-02 14:15:11 -05:00
parent 2545459bff
commit d6b0d0bf97
7 changed files with 71 additions and 70 deletions

View file

@ -207,7 +207,7 @@ fn symbols_with_errors(input: TokenStream) -> (TokenStream, Vec<syn::Error>) {
#keyword_stream
}
#[allow(rustc::default_hash_types)]
#[cfg_attr(bootstrap, allow(rustc::default_hash_types))]
#[allow(non_upper_case_globals)]
#[doc(hidden)]
pub mod sym_generated {