Skip to content

Commit 6dbc86a

Browse files
committed
feat: Improve debug name for interned query arguments
1 parent 42f1583 commit 6dbc86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/salsa-macro-rules/src/setup_tracked_fn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ macro_rules! setup_tracked_fn {
139139
file: file!(),
140140
line: line!(),
141141
};
142-
const DEBUG_NAME: &'static str = "Configuration";
142+
const DEBUG_NAME: &'static str = concat!(stringify!($fn_name), "_arguments");
143143

144144
type Fields<$db_lt> = ($($input_ty),*);
145145

0 commit comments

Comments
 (0)