diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual.rst b/doc/manual.rst index 53f900ae3..00635fefc 100644 --- a/doc/manual.rst +++ b/doc/manual.rst @@ -3526,6 +3526,8 @@ the effects that a call to ``m`` might cause. **Note**: Compile-time execution is not (yet) supported for methods. +**Note**: Starting from Nim 0.20, generic methods are deprecated. + Inhibit dynamic method resolution via procCall ----------------------------------------------- |