Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/traits.rs')
-rw-r--r--crates/hir-ty/src/tests/traits.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/tests/traits.rs b/crates/hir-ty/src/tests/traits.rs
index dd14ec9cdd..bcb5e5de16 100644
--- a/crates/hir-ty/src/tests/traits.rs
+++ b/crates/hir-ty/src/tests/traits.rs
@@ -127,7 +127,7 @@ async fn test() {
fn infer_async_gen_closure() {
check(
r#"
-//- minicore: async_iterator, fn
+//- minicore: async_iterator, fn, add, builtin_impls
//- /main.rs edition:2024
fn test() {
let f = async gen move |x: i32| {