We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db11ddc commit f8c75e4Copy full SHA for f8c75e4
compiler/rustc_builtin_macros/src/autodiff.rs
@@ -586,6 +586,8 @@ mod llvm_enzyme {
586
//
587
// Error handling: If the user provides an invalid configuration (incorrect numbers, types, or
588
// both), we emit an error and return the original signature. This allows us to continue parsing.
589
+ // FIXME(Sa4dUs): make individual activities' span available so errors
590
+ // can point to only the activity instead of the entire attribute
591
fn gen_enzyme_decl(
592
ecx: &ExtCtxt<'_>,
593
sig: &ast::FnSig,
0 commit comments