[PATCH wwwdocs] gcc-14/changes: Add Rust section to New languages
Arthur Cohen
arthur.cohen@embecosm.com
Tue May 14 08:34:16 GMT 2024
---
htdocs/gcc-14/changes.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/htdocs/gcc-14/changes.html b/htdocs/gcc-14/changes.html
index 924e045a..dd3fea8d 100644
--- a/htdocs/gcc-14/changes.html
+++ b/htdocs/gcc-14/changes.html
@@ -626,6 +626,19 @@ You may also want to check out our
</li>
</ul>
+<!-- .................................................................. -->
+<h3 id="rust">Rust</h3>
+<ul>
+ <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 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.
+ </li>
+</ul>
+
<!-- .................................................................. -->
<h2 id="jit">libgccjit</h2>
<ul>
--
2.42.0
More information about the Gcc-rust
mailing list