Fix default_hash_types to use resolved path
This commit is contained in:
parent
2545459bff
commit
d6b0d0bf97
7 changed files with 71 additions and 70 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue