Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/hover/tests.rs')
| -rw-r--r-- | crates/ide/src/hover/tests.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ide/src/hover/tests.rs b/crates/ide/src/hover/tests.rs index 289c2ad945..463f0951ea 100644 --- a/crates/ide/src/hover/tests.rs +++ b/crates/ide/src/hover/tests.rs @@ -872,6 +872,8 @@ struct Foo$0 where u32: Copy { field: u32 } ```rust // size = 4, align = 4 struct Foo + where + u32: Copy, ``` "#]], ); |