Skip to content

Commit c12f94b

Browse files
eholkjoshtriplett
authored andcommitted
Update posts/2024-10-02-gccrs-an-alternative-compiler-for-rust.md
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
1 parent b9a2ce7 commit c12f94b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-10-02-gccrs-an-alternative-compiler-for-rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: "gccrs: An alternative compiler for Rust"
4-
author: "Arthur Cohen on behalf of the GCC Rust project"
4+
author: "Arthur Cohen on behalf of the gccrs project"
55
---
66

77
`gccrs` is a work-in-progress alternative compiler for Rust, being developed as part of the [GCC project](https://gcc.gnu.org/). GCC is a collection of compilers for various programming languages that all share a common compilation framework. You may have heard about `gccgo`, `gfortran`, or `g++`, which are all binaries within that project, the [GNU Compiler Collection](https://gcc.gnu.org/). The aim of `gccrs` is to add support for the Rust programming language to that collection.

0 commit comments

Comments
 (0)