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 ca0633c commit 94b369fCopy full SHA for 94b369f
crates/ide_completion/src/render.rs
@@ -580,6 +580,7 @@ fn main() { let _: m::Spam = S$0 }
580
Exact,
581
),
582
is_local: false,
583
+ is_op_method: false,
584
exact_postfix_snippet_match: false,
585
},
586
trigger_call_info: true,
@@ -600,6 +601,7 @@ fn main() { let _: m::Spam = S$0 }
600
601
602
603
604
605
606
607
@@ -685,6 +687,7 @@ fn foo() { A { the$0 } }
685
687
CouldUnify,
686
688
689
690
691
692
693
0 commit comments