diff mbox series

[wwwdocs] gcc-14/changes: Add Rust section to New languages

Message ID 20240514083415.99494-2-arthur.cohen@embecosm.com
State New
Headers show
Series [wwwdocs] gcc-14/changes: Add Rust section to New languages | expand

Commit Message

Arthur Cohen May 14, 2024, 8:34 a.m. UTC
---
 htdocs/gcc-14/changes.html | 13 +++++++++++++
 1 file changed, 13 insertions(+)
diff mbox series

Patch

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>