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 d553d57 commit cca2d6dCopy full SHA for cca2d6d
compiler/rustc_monomorphize/src/collector/autodiff.rs
@@ -5,7 +5,7 @@ use crate::collector::{MonoItems, create_fn_mono_item};
5
6
// Here, we force both primal and diff function to be collected in
7
// mono so this does not interfere in `autodiff` intrinsics
8
-// codegen process. If they are unused, LLVM will remove them when
+// codegen process. If they are unused, LLVM will remove them when
9
// compiling with O3.
10
pub(crate) fn collect_autodiff_fn<'tcx>(
11
tcx: TyCtxt<'tcx>,
0 commit comments