Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/traits.rs')
| -rw-r--r-- | crates/hir-ty/src/tests/traits.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/hir-ty/src/tests/traits.rs b/crates/hir-ty/src/tests/traits.rs index 759af18c98..fac850eeaf 100644 --- a/crates/hir-ty/src/tests/traits.rs +++ b/crates/hir-ty/src/tests/traits.rs @@ -1612,10 +1612,10 @@ fn test( ) {} "#, expect![[r#" - 28..29 'a': impl Trait - 59..60 'b': impl Sized + 28..29 'a': impl Trait + 'static + 59..60 'b': impl 'static 82..83 'c': impl Trait - 103..104 'd': impl Sized + 103..104 'd': impl 'static 128..129 'e': impl ?Sized 148..149 'f': impl Trait + ?Sized 173..175 '{}': () |