Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide/src/highlight_related.rs')
-rw-r--r--crates/ide/src/highlight_related.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide/src/highlight_related.rs b/crates/ide/src/highlight_related.rs
index c8e01e21ec..e6ef7b8949 100644
--- a/crates/ide/src/highlight_related.rs
+++ b/crates/ide/src/highlight_related.rs
@@ -2083,6 +2083,7 @@ fn test() {
fn return_in_macros() {
check(
r#"
+//- minicore: fn
macro_rules! N {
($i:ident, $x:expr, $blk:expr) => {
for $i in 0..$x {