Skip to content

Commit e8919f4

Browse files
committed
Add turbofish comment
1 parent 1009e39 commit e8919f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_builtin_macros/src/autodiff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,6 +536,7 @@ mod llvm_enzyme {
536536

537537
// Generate turbofish expression from fn name and generics
538538
// Given `foo` and `<A, B, C>` params, gen `foo::<A, B, C>`
539+
// We use this expression when passing primal and diff function to the autodiff intrinsic
539540
fn gen_turbofish_expr(
540541
ecx: &ExtCtxt<'_>,
541542
ident: Ident,

0 commit comments

Comments
 (0)