File tree Expand file tree Collapse file tree 5 files changed +19
-0
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 5 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ diff --git a/typenum-1.18.0/src/lib.rs b/typenum-1.18.0/src/lib.rs
2
+ index f7a1241a..13582037 100644
3
+ --- a/typenum-1.18.0/src/lib.rs
4
+ +++ b/typenum-1.18.0/src/lib.rs
5
+ @@ -173,3 +173,4 @@ mod sealed {
6
+ impl Sealed for ATerm {}
7
+ impl<V, A> Sealed for TArr<V, A> {}
8
+ }
9
+ + fn foo() { let a = 5; }
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ They mostly consist of real-world crates.
56
56
ecosystem.
57
57
- ** typenum-1.17.0** : A library that encodes integer computation within the trait system. Serves as
58
58
a stress test for the trait solver, but at the same time it is also a very popular crate.
59
+ - ** typenum-1.18.0** : A library that encodes integer computation within the trait system. Serves as
60
+ a stress test for the trait solver, but at the same time it is also a very popular crate.
59
61
- ** unicode-normalization-0.1.19** : Unicode character composition and decomposition
60
62
utilities. Uses huge ` match ` statements that stress the compiler in unusual
61
63
ways.
Original file line number Diff line number Diff line change @@ -279,6 +279,11 @@ path = "typenum-1.17.0/**"
279
279
SPDX-FileCopyrightText = " typenum contributors"
280
280
SPDX-License-Identifier = " MIT OR Apache-2.0"
281
281
282
+ [[annotations ]]
283
+ path = " typenum-1.18.0/**"
284
+ SPDX-FileCopyrightText = " typenum contributors"
285
+ SPDX-License-Identifier = " MIT OR Apache-2.0"
286
+
282
287
[[annotations ]]
283
288
path = " ucd/**"
284
289
SPDX-FileCopyrightText = " ucd contributors"
Original file line number Diff line number Diff line change @@ -71,3 +71,5 @@ i128 = []
71
71
no_std = []
72
72
scale_info = [" scale-info/derive" ]
73
73
strict = []
74
+
75
+ [workspace ]
Original file line number Diff line number Diff line change 1
1
{
2
+ "cargo_opts" : " --features=i128,const-generics" ,
2
3
"artifact" : " library" ,
3
4
"category" : " primary"
4
5
}
You can’t perform that action at this time.
0 commit comments