mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Add individual activity span availability FIXME
This commit is contained in:
parent
33f9a491eb
commit
8546e015b4
@ -586,6 +586,8 @@ mod llvm_enzyme {
|
|||||||
//
|
//
|
||||||
// Error handling: If the user provides an invalid configuration (incorrect numbers, types, or
|
// Error handling: If the user provides an invalid configuration (incorrect numbers, types, or
|
||||||
// both), we emit an error and return the original signature. This allows us to continue parsing.
|
// both), we emit an error and return the original signature. This allows us to continue parsing.
|
||||||
|
// FIXME(Sa4dUs): make individual activities' span available so errors
|
||||||
|
// can point to only the activity instead of the entire attribute
|
||||||
fn gen_enzyme_decl(
|
fn gen_enzyme_decl(
|
||||||
ecx: &ExtCtxt<'_>,
|
ecx: &ExtCtxt<'_>,
|
||||||
sig: &ast::FnSig,
|
sig: &ast::FnSig,
|
||||||
|
Loading…
Reference in New Issue
Block a user