all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 79b03e6cfc577049d542b12729e0bf070594c50a 348 bytes (raw)
name: gnu/packages/patches/rust-juniper-codegen-use-__private.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
 
diff --git a/src/util.rs b/src/util.rs
index 4df1b295..711aced1 100644
--- a/src/util.rs
+++ b/src/util.rs
@@ -840,7 +840,7 @@ impl GraphQLTypeDefiniton {
 #[cfg(test)]
 mod test {
     use super::*;
-    use quote::__rt::*;
+    use quote::__private::*;
     use syn::{Ident, LitStr};
 
     fn strs_to_strings(source: Vec<&str>) -> Vec<String> {

debug log:

solving 79b03e6cfc ...
found 79b03e6cfc in https://yhetil.org/guix/20210123213047.31750-1-kraai@ftbfs.org/

applying [1/1] https://yhetil.org/guix/20210123213047.31750-1-kraai@ftbfs.org/
diff --git a/gnu/packages/patches/rust-juniper-codegen-use-__private.patch b/gnu/packages/patches/rust-juniper-codegen-use-__private.patch
new file mode 100644
index 0000000000..79b03e6cfc

1:18: trailing whitespace.
 
Checking patch gnu/packages/patches/rust-juniper-codegen-use-__private.patch...
Applied patch gnu/packages/patches/rust-juniper-codegen-use-__private.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 79b03e6cfc577049d542b12729e0bf070594c50a	gnu/packages/patches/rust-juniper-codegen-use-__private.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

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.