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.
ide-completion/src/tests/item_list.rs
1 parent 59dc1c9 commit 8a1b9caCopy full SHA for 8a1b9ca
crates/ide-completion/src/tests/item_list.rs
@@ -299,6 +299,7 @@ trait Test {
299
const CONST1: ();
300
fn function0();
301
fn function1();
302
+ async fn function2();
303
}
304
305
impl Test for () {
@@ -310,8 +311,9 @@ impl Test for () {
310
311
"#,
312
expect![[r#"
313
ct const CONST1: () =
314
+ fn async fn function2()
315
fn fn function1()
- ma makro!(…) macro_rules! makro
316
+ ma makro!(…) macro_rules! makro
317
md module
318
ta type Type1 =
319
kw crate::
0 commit comments