diff options
author | Philip Herron <philip.herron@embecosm.com> | 2021-01-22 14:44:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-22 14:44:32 +0000 |
commit | be10fafbb6e06aeb8a818e404ac512f2f1bfce30 (patch) | |
tree | da027913913652d8c5e4dea417fa83456c83e1e6 | |
parent | 93b991e60438c7fb939a4cc8df737e6f7a142c07 (diff) | |
download | gcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.zip gcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.tar.gz gcc-be10fafbb6e06aeb8a818e404ac512f2f1bfce30.tar.bz2 |
Add warning to the README
The compiler is not ready to compile real rust programs, yet this will warn potential users.
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -5,6 +5,8 @@ # GCC Rust  +Please note, the compiler is in a very early stage and not usable yet for compiling real rust programs. + gccrs is a full alternative implementation of the Rust language ontop of GCC with the goal to become fully upstream with the GNU toolchain. |