Skip to content

Commit

Permalink
posts: Fix strings in YAML header for gccrs blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Oct 24, 2024
1 parent e9817cd commit cf1fa41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posts/2024-10-02-gccrs-an-alternative-compiler-for-rust.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: gccrs: An alternative compiler for Rust
author: Arthur Cohen on behalf of the GCC Rust project
title: "gccrs: An alternative compiler for Rust"
author: "Arthur Cohen on behalf of the GCC Rust project"
---

`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.
Expand Down

0 comments on commit cf1fa41

Please sign in to comment.