We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e9ac86 commit 1077581Copy full SHA for 1077581
docs/syntax.md
@@ -236,7 +236,7 @@ We have contextual limitations on some types:
236
237
These contextual limitation is introduced at RBS 3.3.
238
The parser accepts those types even if it doesn't satisfy contextual limitation, but warning is reported with `rbs validate` command.
239
-We plan to change the parser to reject those types if it breaks the contextual limitations in next release -- `3.4`.
+Since RBS 4.0, it is reported during parsing.
240
241
#### Limitations on `void` types
242
0 commit comments