From 721bb3864d1519a4e412e6c5890f646cde94b0b5 Mon Sep 17 00:00:00 2001 From: Aviral Goel Date: Tue, 9 Jul 2024 12:09:26 -0700 Subject: [PATCH] Add `Implemented` status for the "Attributes (for Functions)" RFC --- docs/syntax-attributes-functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/syntax-attributes-functions.md b/docs/syntax-attributes-functions.md index 462ffbc..f961ca6 100644 --- a/docs/syntax-attributes-functions.md +++ b/docs/syntax-attributes-functions.md @@ -1,5 +1,7 @@ # Attributes (for Functions) +**Status**: Implemented + ## Summary Add a syntax for attributes to function declarations in the style of `@name` that can be placed before their declarations to adjust the behavior of the compiler, analyzer, and runtime.