We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7244b4b commit 6056eaaCopy full SHA for 6056eaa
pkgs/development/compilers/rust/1_67.nix
@@ -66,6 +66,15 @@ import ./default.nix {
66
url = "https://github.com/rust-lang/rust/commit/de363d54c40a378717881240e719f5f7223ba376.patch";
67
hash = "sha256-3Xb803LZUZ1dldxGJ65Iw6gg1V1K827OB/0b32GqilU=";
68
})
69
+
70
+ # Fixes ICE.
71
+ # https://github.com/rust-lang/rust/pull/107688
72
+ (fetchpatch {
73
+ name = "re-erased-regions-are-local.patch";
74
+ url = "https://github.com/rust-lang/rust/commit/9d110847ab7f6aef56a8cd20cb6cea4fbcc51cd9.patch";
75
+ excludes = [ "*tests/*" ];
76
+ hash = "sha256-EZH5K1BEOOfi97xZr1xEHFP4jjvJ1+xqtRMvxBoL8pU=";
77
+ })
78
];
79
}
80
0 commit comments