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 8e08b86 commit 23e3354Copy full SHA for 23e3354
crates/ide_completion/src/completions/trait_impl.rs
@@ -953,7 +953,7 @@ trait Foo<T> {
953
struct Bar;
954
955
impl Foo<u32> for Bar {
956
- const B$0
+ const B$0;
957
}
958
"#,
959
r#"
@@ -963,7 +963,7 @@ trait Foo<T> {
963
964
965
966
- const BAR: u32 =
+ const BAR: u32 = ;
967
968
969
)
0 commit comments