Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-def/src/expr_store/path.rs')
| -rw-r--r-- | crates/hir-def/src/expr_store/path.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-def/src/expr_store/path.rs b/crates/hir-def/src/expr_store/path.rs index 55e738b58b..fbbaa587b0 100644 --- a/crates/hir-def/src/expr_store/path.rs +++ b/crates/hir-def/src/expr_store/path.rs @@ -88,7 +88,7 @@ pub struct AssociatedTypeBinding { } /// A single generic argument. -#[derive(Debug, Clone, PartialEq, Eq, Hash)] +#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)] pub enum GenericArg { Type(TypeRefId), Lifetime(LifetimeRefId), |