Compare commits

...

1 Commits

Author SHA1 Message Date
Greg Johnston
134d0ba537 chore(nightly): update proc-macro span file name method name 2025-04-16 08:17:57 -04:00

View File

@@ -361,7 +361,7 @@ fn normalized_call_site(site: proc_macro::Span) -> Option<String> {
cfg_if::cfg_if! {
if #[cfg(all(debug_assertions, feature = "nightly", rustc_nightly))] {
Some(leptos_hot_reload::span_to_stable_id(
site.source_file().path(),
site.file(),
site.start().line()
))
} else {