We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d324036 commit 3aad4d9Copy full SHA for 3aad4d9
collector/compile-benchmarks/typenum-1.17.0/0-add-fn.patch
@@ -0,0 +1,9 @@
1
+diff --git a/src/lib.rs b/src/lib.rs
2
+index 7a40b2a0..1992946c 100644
3
+--- a/src/lib.rs
4
++++ b/src/lib.rs
5
+@@ -196,3 +196,4 @@ mod sealed {
6
+ impl Sealed for ATerm {}
7
+ impl<V, A> Sealed for TArr<V, A> {}
8
+ }
9
++fn foo() { let a = 5; }
0 commit comments