os-rust/tests/ui/feature-gates/feature-gate-autodiff.no_support.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
284 B
Text
Raw Normal View History

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