From: Arun Isaac <arunisaac@systemreboot.net>
To: Hamzeh Nasajpour <h.nasajpour@pantherx.org>,
SuarezMiguelC via <help-guix@gnu.org>
Subject: Re: rust packaging with specific version of rust
Date: Mon, 19 Oct 2020 14:36:06 +0530 [thread overview]
Message-ID: <875z768u0x.fsf@systemreboot.net> (raw)
In-Reply-To: <6c52b5f9-97ed-4041-949b-065f75f60181@www.fastmail.com>
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
next prev parent reply other threads:[~2020-10-19 9:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-19 8:30 rust packaging with specific version of rust Hamzeh Nasajpour
2020-10-19 9:06 ` Arun Isaac [this message]
2020-10-21 11:11 ` Hamzeh Nasajpour
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=875z768u0x.fsf@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=h.nasajpour@pantherx.org \
--cc=help-guix@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.