Skip to content

Commit 4729bcc

Browse files
committed
sigh
1 parent 53f682b commit 4729bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_codegen_ssa/src/codegen_attrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -869,7 +869,7 @@ impl<'a> MixedExportNameAndNoMangleState<'a> {
869869
}
870870
}
871871

872-
/// We now check the #[rustc_autodiff] attributes which we generated from the #[autodiff(...)]
872+
/// We now check the #\[rustc_autodiff\] attributes which we generated from the #[autodiff(...)]
873873
/// macros. There are two forms. The pure one without args to mark primal functions (the functions
874874
/// being differentiated). The other form is #[rustc_autodiff(Mode, ActivityList)] on top of the
875875
/// placeholder functions. We wrote the rustc_autodiff attributes ourself, so this should never

0 commit comments

Comments
 (0)