aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/sccache-overlay/files/patch-rust-1.91.0
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/sccache-overlay/files/patch-rust-1.91.0')
-rw-r--r--ports-mgmt/sccache-overlay/files/patch-rust-1.91.015
1 files changed, 15 insertions, 0 deletions
diff --git a/ports-mgmt/sccache-overlay/files/patch-rust-1.91.0 b/ports-mgmt/sccache-overlay/files/patch-rust-1.91.0
new file mode 100644
index 000000000000..f2d3d3bba2bb
--- /dev/null
+++ b/ports-mgmt/sccache-overlay/files/patch-rust-1.91.0
@@ -0,0 +1,15 @@
+--- src/compiler/compiler.rs.orig 2025-11-09 17:42:58 UTC
++++ src/compiler/compiler.rs
+@@ -699,10 +699,10 @@ macro_rules! cannot_cache {
+
+ macro_rules! cannot_cache {
+ ($why:expr) => {
+- return CompilerArguments::CannotCache($why, None);
++ return CompilerArguments::CannotCache($why, None)
+ };
+ ($why:expr, $extra_info:expr) => {
+- return CompilerArguments::CannotCache($why, Some($extra_info));
++ return CompilerArguments::CannotCache($why, Some($extra_info))
+ };
+ }
+