GNU bug report logs -
#62184
[PATCH 0/3] Package recent Rust versions
Previous Next
Reported by: Matthew James Kraai <kraai <at> ftbfs.org>
Date: Tue, 14 Mar 2023 12:16:02 UTC
Severity: normal
Tags: patch
Done: Steve George <steve <at> futurile.net>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 62184 <at> debbugs.gnu.org (full text, mbox):
* (rust-1.68): New variable.
---
gnu/packages/rust.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm
index a4d9fa1593..18f6ea9096 100644
--- a/gnu/packages/rust.scm
+++ b/gnu/packages/rust.scm
@@ -668,6 +668,12 @@ (define rust-1.67
;; * error[E0277]: the trait bound `T: ~const Deref` is not satisfied
rust-1.66 "1.67.1" "0vpzv6rm3w1wbni17ryvcw83k5klhghklylfdza3nnp8blz3sj26"))
+(define rust-1.68
+ (rust-bootstrapped-package
+ ;; Verified that it *doesn't* build with 1.66. e.g.:
+ ;; * error: cannot find a built-in macro with name `derive_const`
+ rust-1.67 "1.68.0" "0qkdm4naj729bl72pl513p0xxpmcwyskmd8gfyj358i3kyqxix7a"))
+
;;; Note: Only the latest versions of Rust are supported and tested. The
;;; intermediate rusts are built for bootstrapping purposes and should not
;;; be relied upon. This is to ease maintenance and reduce the time
--
2.39.1
This bug report was last modified 228 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.