aboutsummaryrefslogtreecommitdiff
path: root/development/mrustc/README
diff options
context:
space:
mode:
authorAndrew Clemons <andrew.clemons@gmail.com>2022-02-08 20:11:32 +1300
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 09:35:57 +0700
commit87d55e362f2de9fc9ac09f67664ab1f1e12c66fd (patch)
treef188bfb4e0619b2713a8da644598280cd845efe8 /development/mrustc/README
parent266e293bffb80a494a1ef9d0698bc09a17f6d1f2 (diff)
development/mrustc: Removed (rust now in slackware).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mrustc/README')
-rw-r--r--development/mrustc/README4
1 files changed, 0 insertions, 4 deletions
diff --git a/development/mrustc/README b/development/mrustc/README
deleted file mode 100644
index d539994b67..0000000000
--- a/development/mrustc/README
+++ /dev/null
@@ -1,4 +0,0 @@
-mrustc - alternative rust compiler
-
-This project is an attempt at creating a simple rust compiler in C++,
-with the ultimate goal of being a separate re-implementation.