diff options
author | Serentty <noname422@gmail.com> | 2021-03-15 01:20:38 -0400 |
---|---|---|
committer | Philip Herron <herron.philip@googlemail.com> | 2021-03-15 09:40:20 +0000 |
commit | 6255b77717e982ad3edb39a19111a075d25da93b (patch) | |
tree | ddf919af575b37b9970198b0824f7ba3eba6a1f9 | |
parent | b563491f40a51c44915f265f3bdf4312dc03aa2d (diff) | |
download | gcc-6255b77717e982ad3edb39a19111a075d25da93b.zip gcc-6255b77717e982ad3edb39a19111a075d25da93b.tar.gz gcc-6255b77717e982ad3edb39a19111a075d25da93b.tar.bz2 |
Fix typo in README
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ # GCC Rust  -Please note, the compiler is in a very early stage and not usable yet for compiling real rust programs. +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. |