add current autodiff limitations

This commit is contained in:
Manuel Drehwald
2026-04-04 18:46:53 +02:00
parent c0b383cf04
commit 3a7ffdc12d
+4
View File
@@ -150,4 +150,8 @@ fn main() {
}
```
## Current limitations:
- Differentiating a function which accepts a `dyn Trait` is currently not supported.
- Builds without `lto="fat"` are not yet supported.
- Builds in debug mode are currently more likely to fail compilation.