mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 11:11:14 +00:00
14 lines
284 B
Plaintext
14 lines
284 B
Plaintext
error: cannot find attribute `autodiff` in this scope
|
|
--> $DIR/feature-gate-autodiff.rs:9:3
|
|
|
|
|
LL | #[autodiff(dfoo, Reverse)]
|
|
| ^^^^^^^^
|
|
|
|
|
help: consider importing this attribute macro
|
|
|
|
|
LL + use std::autodiff::autodiff;
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|