Skip to content

Commit 3513fa3

Browse files
Update gcc/rust/util/rust-mapping-common.h
Co-authored-by: CohenArthur <[email protected]>
1 parent b1f42c3 commit 3513fa3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gcc/rust/util/rust-mapping-common.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ struct DefId
5555
{
5656
std::string buf;
5757
buf += std::to_string (crateNum);
58+
buf += " "; // or anything else
5859
buf += std::to_string (localDefId);
5960
return buf;
6061
}

0 commit comments

Comments
 (0)