We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0944ffe commit 09faa6bCopy full SHA for 09faa6b
leptos_macro/src/lib.rs
@@ -357,7 +357,7 @@ fn normalized_call_site(site: proc_macro::Span) -> Option<String> {
357
cfg_if::cfg_if! {
358
if #[cfg(all(debug_assertions, feature = "nightly"))] {
359
Some(leptos_hot_reload::span_to_stable_id(
360
- site.file().path(),
+ site.file(),
361
site.start().line()
362
))
363
} else {
0 commit comments