Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/lower.rs')
| -rw-r--r-- | crates/hir-ty/src/lower.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-ty/src/lower.rs b/crates/hir-ty/src/lower.rs index 2fb6cdc02a..073a584d8d 100644 --- a/crates/hir-ty/src/lower.rs +++ b/crates/hir-ty/src/lower.rs @@ -100,6 +100,7 @@ pub(crate) enum GenericArgsPosition { // to lowering already include them. We probably can't do that, but we will still need to // account for them when we properly implement lifetime elision. FnSignature, + OtherSignature, } #[derive(Debug)] |