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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/tests/traits.rs b/crates/hir-ty/src/tests/traits.rs index 390553c0d7..1a0bd44798 100644 --- a/crates/hir-ty/src/tests/traits.rs +++ b/crates/hir-ty/src/tests/traits.rs @@ -4819,7 +4819,7 @@ fn allowed3(baz: impl Baz<Assoc = Qux<impl Foo>>) {} 431..433 '{}': () 447..450 'baz': impl Baz<Assoc = impl Foo> 480..482 '{}': () - 500..503 'baz': impl Baz<Assoc = &'a impl Foo + 'a> + 500..503 'baz': impl Baz<Assoc = &'a (impl Foo + 'a)> 544..546 '{}': () 560..563 'baz': impl Baz<Assoc = Qux<impl Foo>> 598..600 '{}': () |