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.
2 parents c7a353c + 1c9f4f6 commit a9e74e7Copy full SHA for a9e74e7
docs/docs/reference/metaprogramming/inline.md
@@ -188,12 +188,6 @@ backend to inline code. The `inline` modifier is a more powerful option:
188
- expansion happens in the frontend instead of in the backend and
189
- expansion also applies to recursive methods.
190
191
-To cross compile between both Scala 3 and Scala 2, we introduce a new `@forceInline`
192
-annotation which is equivalent to the new `inline` modifier. Note that
193
-Scala 2 ignores the `@forceInline` annotation, so one must use both
194
-annotations to guarantee inlining for Scala 3 and at the same time hint inlining
195
-for Scala 2 (i.e. `@forceInline @inline`).
196
-
197
<!--- (Commented out since the docs and implementation differ)
198
199
### Evaluation Rules
0 commit comments