mirror of
https://github.com/dtolnay/thiserror.git
synced 2025-04-05 22:07:37 +03:00
Tweak placement of diagnostic on non-static lifetimes in source
This commit is contained in:
parent
a789be4219
commit
464a409608
2 changed files with 3 additions and 3 deletions
|
@ -190,7 +190,7 @@ fn check_field_attrs(fields: &[Field]) -> Result<()> {
|
|||
if let Some(source_field) = source_field.or(from_field) {
|
||||
if contains_non_static_lifetime(source_field) {
|
||||
return Err(Error::new_spanned(
|
||||
source_field.original,
|
||||
&source_field.original.ty,
|
||||
"non-static lifetimes are not allowed in the source of an error",
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue