We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e24fc commit 80e40f5Copy full SHA for 80e40f5
crates/native-c/src/demangle.c
@@ -1,6 +1,8 @@
1
// Code for demangling Rust symbols. This code is mostly
2
// a line-by-line translation of the Rust code in `rustc-demangle`.
3
4
+// you can find the latest version of this code in https://github.com/rust-lang/rustc-demangle
5
+
6
#include <stdint.h>
7
#include <stddef.h>
8
#include <string.h>
0 commit comments