Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/patterns.rs')
-rw-r--r--crates/hir-ty/src/tests/patterns.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/hir-ty/src/tests/patterns.rs b/crates/hir-ty/src/tests/patterns.rs
index 42dc074309..d6bc03f57d 100644
--- a/crates/hir-ty/src/tests/patterns.rs
+++ b/crates/hir-ty/src/tests/patterns.rs
@@ -294,6 +294,7 @@ fn infer_pattern_match_ergonomics_ref() {
fn ref_pat_with_inference_variable() {
check_no_mismatches(
r#"
+//- minicore: fn
enum E { A }
fn test() {
let f = |e| match e {