Skip to content

Commit 80e40f5

Browse files
author
Ariel Ben-Yehuda
committed
add comment about finding latest version of code
1 parent 35e24fc commit 80e40f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/native-c/src/demangle.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// Code for demangling Rust symbols. This code is mostly
22
// a line-by-line translation of the Rust code in `rustc-demangle`.
33

4+
// you can find the latest version of this code in https://github.com/rust-lang/rustc-demangle
5+
46
#include <stdint.h>
57
#include <stddef.h>
68
#include <string.h>

0 commit comments

Comments
 (0)