rust/tests/ui/feature-gates/feature-gate-autodiff.has_support.stderr

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