Language

Package: rust @ 1.26.2

Synopsis

Compiler for the Rust programming language

Description

Rust is a systems programming language that provides memory safety and thread safety guarantees.

Home page
https://www.rust-lang.org
Location
gnu/packages/rust.scm (line: 759, column: 4)
Licenses

Lint warnings

LinterMessageLocation
formatting

Look for formatting issues in the source

line 790 is way too long (94 characters)
optional-tests

Make sure tests are only run when requested

the 'check' phase should respect #:tests?