mirror of
https://github.com/salsa-rs/salsa.git
synced 2025-08-04 19:08:32 +00:00
better debug name for interned query arguments (#837)
* feat: Improve debug name for interned query arguments * Change name again
This commit is contained in:
parent
42f15835c0
commit
ad3dff6cb3
3 changed files with 6 additions and 6 deletions
|
@ -139,7 +139,7 @@ macro_rules! setup_tracked_fn {
|
|||
file: file!(),
|
||||
line: line!(),
|
||||
};
|
||||
const DEBUG_NAME: &'static str = "Configuration";
|
||||
const DEBUG_NAME: &'static str = concat!(stringify!($fn_name), "::interned_arguments");
|
||||
|
||||
type Fields<$db_lt> = ($($input_ty),*);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue