aboutsummaryrefslogtreecommitdiffstats
path: root/lang/rust
diff options
context:
space:
mode:
Diffstat (limited to 'lang/rust')
-rw-r--r--lang/rust/pkg-message12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/rust/pkg-message b/lang/rust/pkg-message
new file mode 100644
index 000000000000..2c45f1375f0b
--- /dev/null
+++ b/lang/rust/pkg-message
@@ -0,0 +1,12 @@
+======================================================================
+
+Printing Rust backtraces requires procfs(5) mounted on /proc .
+If you have not already done so, please do the following:
+
+ mount -t procfs proc /proc
+
+To make it permanent, you need the following lines in /etc/fstab:
+
+ proc /proc procfs rw 0 0
+
+======================================================================