mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
a9b484936c
Allow applying autodiff macros to trait functions. It will use enzyme to generate a default derivative implementation, which can be overwritten by the user. closes: https://github.com/rust-lang/rust/issues/153329 r? @JonathanBrouwer