We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f682b commit 4729bccCopy full SHA for 4729bcc
compiler/rustc_codegen_ssa/src/codegen_attrs.rs
@@ -869,7 +869,7 @@ impl<'a> MixedExportNameAndNoMangleState<'a> {
869
}
870
871
872
-/// We now check the #[rustc_autodiff] attributes which we generated from the #[autodiff(...)]
+/// We now check the #\[rustc_autodiff\] attributes which we generated from the #[autodiff(...)]
873
/// macros. There are two forms. The pure one without args to mark primal functions (the functions
874
/// being differentiated). The other form is #[rustc_autodiff(Mode, ActivityList)] on top of the
875
/// placeholder functions. We wrote the rustc_autodiff attributes ourself, so this should never
0 commit comments