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 0c4321a commit 1030312Copy full SHA for 1030312
docs/docs/reference/soft-modifier.md
@@ -11,7 +11,7 @@ A soft modifier is treated as potential modifier of a definition if it is follow
11
12
Otherwise, soft keywords are treated specially in the following situations:
13
14
- - `inline`, if it is followed by `if`, `match`, or a parameter definition.
+ - `inline`, if it is followed by any token that can start an expression.
15
- `derives`, if it appears after an extension clause or after
16
the name and possibly parameters of a class, trait, object, or enum definition.
17
- `end`, if it appears at the start of a line following a statement (i.e. definition or toplevel expression)
0 commit comments