public inbox for gcc-rust@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH wwwdocs] gcc-14/changes: Add Rust section to New languages
@ 2024-05-14  8:34 Arthur Cohen
  0 siblings, 0 replies; only message in thread
From: Arthur Cohen @ 2024-05-14  8:34 UTC (permalink / raw)
  To: gcc-patches; +Cc: gcc-rust, Arthur Cohen

---
 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-05-14  8:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-14  8:34 [PATCH wwwdocs] gcc-14/changes: Add Rust section to New languages Arthur Cohen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).