We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b383c commit 3a7ffdcCopy full SHA for 3a7ffdc
1 file changed
library/core/src/autodiff.md
@@ -150,4 +150,8 @@ fn main() {
150
}
151
```
152
153
+## Current limitations:
154
155
+- Differentiating a function which accepts a `dyn Trait` is currently not supported.
156
+- Builds without `lto="fat"` are not yet supported.
157
+- Builds in debug mode are currently more likely to fail compilation.
0 commit comments