mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
add current autodiff limitations
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user