mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-04 21:37:57 +03:00
Add "in this derive macro expansion" to missing Display errors
This commit is contained in:
parent
714229d821
commit
07e7d990fa
2 changed files with 5 additions and 3 deletions
|
@ -496,7 +496,7 @@ fn impl_enum(input: Enum) -> TokenStream {
|
|||
// deprecated type without triggering deprecation warning on the generated impl.
|
||||
fn call_site_ident(ident: &Ident) -> Ident {
|
||||
let mut ident = ident.clone();
|
||||
ident.set_span(Span::call_site());
|
||||
ident.set_span(ident.span().resolved_at(Span::call_site()));
|
||||
ident
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue