help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: rust packaging with specific version of rust


From: Arun Isaac
Subject: Re: rust packaging with specific version of rust
Date: Mon, 19 Oct 2020 14:36:06 +0530

To enable the unstable inner_deref feature, you need to add the line
"#![feature(inner_deref)]" to the top of src/lib.rs. And, you might need
to enable unstable features by setting the environment variable
RUSTC_BOOTSTRAP to 1. See the rust-sourcemap package in
gnu/package/crates-io.scm for an example.

Cheers!
Arun



reply via email to

[Prev in Thread] Current Thread [Next in Thread]