Skip to content

Commit 0944ffe

Browse files
committed
chore(nightly): update proc-macro span file name method name
1 parent fb5fdfc commit 0944ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

leptos_macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ fn normalized_call_site(site: proc_macro::Span) -> Option<String> {
357357
cfg_if::cfg_if! {
358358
if #[cfg(all(debug_assertions, feature = "nightly"))] {
359359
Some(leptos_hot_reload::span_to_stable_id(
360-
site.source_file().path(),
360+
site.file().path(),
361361
site.start().line()
362362
))
363363
} else {

0 commit comments

Comments
 (0)