Skip to content

Commit e036c9d

Browse files
committed
rt: Add missing const on the Windows path
1 parent 557d641 commit e036c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_abi.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ frame::symbol() const {
4040
}
4141
#else
4242
std::string
43-
frame::symbol() {
43+
frame::symbol() const {
4444
std::stringstream ss;
4545
ss << std::hex << (uintptr_t)ra;
4646
return ss.str();

0 commit comments

Comments
 (0)