You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1061,7 +1064,7 @@ Note that if we had to *add* a new variant to `calc-error`, this would be a *bre
1061
1064
**Second, when the feature is ready to be stabilized, switch to a `@since` annotation:**
1062
1065
1063
1066
```wit
1064
-
package examples:fgates-stabilization@0.1.2;
1067
+
package examples:fgates-calc@0.1.2;
1065
1068
1066
1069
// ... elided ...
1067
1070
@@ -1073,7 +1076,7 @@ interface calc {
1073
1076
}
1074
1077
```
1075
1078
1076
-
While you *may* include the `feature` portion of `@since` (i.e. `@since(version = 0.1.2, feature = minus)`), it is *ignored* by tooling and is only informational once the feature is stabilized.
1079
+
While you *may* include the `feature` portion of `@since` (i.e. `@since(version = 0.1.2, feature = fgates-calc-minus)`), it is *ignored* by tooling and is only informational once the feature is stabilized.
1077
1080
1078
1081
#### Scenario: Deprecation of an existing stable feature
0 commit comments