File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
collector/compile-benchmarks Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -230,6 +230,11 @@ path = "syn-2.0.101/**"
230
230
SPDX-FileCopyrightText = " syn contributors"
231
231
SPDX-License-Identifier = " MIT OR Apache-2.0"
232
232
233
+ [[annotations ]]
234
+ path = " syn-2.0.101-new-solver/**"
235
+ SPDX-FileCopyrightText = " syn contributors"
236
+ SPDX-License-Identifier = " MIT OR Apache-2.0"
237
+
233
238
[[annotations ]]
234
239
path = " token-stream-stress/**"
235
240
SPDX-FileCopyrightText = " The Rust Project Developers (see https://thanks.rust-lang.org)"
Original file line number Diff line number Diff line change
1
+ {
2
+ "artifact" : " library" ,
3
+ "category" : " secondary" ,
4
+ "cargo_rustc_opts" : " -Znext-solver=globally" ,
5
+ "excluded_profiles" : [
6
+ " Doc"
7
+ ],
8
+ "excluded_scenarios" : [
9
+ " IncrFull" ,
10
+ " IncrPatched" ,
11
+ " IncrUnchanged"
12
+ ]
13
+ }
You can’t perform that action at this time.
0 commit comments