Skip to content

Commit 3900d13

Browse files
posts: 2024-11-07 gccrs: Fix typo in byline
Co-authored-by: Josh Triplett <[email protected]>
1 parent f1ae95c commit 3900d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2024-11-07-gccrs-an-alternative-compiler-for-rust.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "gccrs: An alternative compiler for Rust"
44
author: "Arthur Cohen on behalf of the gccrs project"
55
---
66

7-
*This is a guest post from the gccrs project, at the invitation of Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration.*
7+
*This is a guest post from the gccrs project, at the invitation of the Rust Project, to clarify the relationship with the Rust Project and the opportunities for collaboration.*
88

99
`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, with the goal of having the exact same behavior as `rustc`.
1010

0 commit comments

Comments
 (0)