[PATCH wwwdocs] gcc-14/changes: Add Rust section to New languages
Gerald Pfeifer
gerald@pfeifer.com
Fri Jul 31 06:54:30 GMT 2026
On Tue, 14 May 2024, Arthur Cohen wrote:
> htdocs/gcc-14/changes.html | 13 +++++++++++++
> 1 file changed, 13 insertions(+)
Here is a small follow-up that I just noticed looking for something else.
Cf. https://gcc.gnu.org/codingconventions.html#Spelling
Pushed.
Gerald
commit c21015dec823bf1925565f8c89ba9ac75b025cfa
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date: Fri Jul 31 08:50:26 2026 +0200
gcc-14: Correct "front end" spelling
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 464a56ecb..a909f093a 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -653,7 +653,7 @@ You may also want to check out our
<li>
Experimental support for the Rust programming language has been
added. The compiler is incomplete, but already supports a subset of the
- Rust programming language. The frontend does not support compiling the
+ Rust programming language. The front end does not support compiling the
Rust standard library, so it cannot be used for most real-world Rust code yet.
However, you can experiment with the compiler to run Rust code on <code>#[no_core]</code>
targets.
More information about the Gcc-rust
mailing list