We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed216e2 commit 9a36bc3Copy full SHA for 9a36bc3
crates/ide-completion/src/render.rs
@@ -837,11 +837,11 @@ fn main() {
837
}
838
"#,
839
expect![[r#"
840
- fn main []
841
- fn test []
+ fn main() []
+ fn test(…) []
842
md dep []
843
fn function (use dep::test_mod_a::function) [requires_import]
844
- fn function (use dep::test_mod_b::function) [requires_import]
+ fn function(…) (use dep::test_mod_b::function) [requires_import]
845
"#]],
846
);
847
0 commit comments