Skip to content

Commit 2c06c4b

Browse files
committed
Fixes #497
1 parent fa2a444 commit 2c06c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macro/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ where
127127
format!(
128128
"`{}` at {}:{}:{}",
129129
tokens.to_token_stream(),
130-
span.source_file().path().display(),
130+
span.file(),
131131
span.start().line,
132132
span.start().column,
133133
)

0 commit comments

Comments
 (0)