File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,15 @@ rust_toolchain(
44
44
exec_compatible_with = [
45
45
"rust//constraints:opt-level=0" ,
46
46
"rust//constraints:build-script=true" ,
47
- ] + select ({
48
- "rust//constraints:compiler" : ["rust//constraints:compiler" ],
49
- "rust//constraints:library" : ["rust//constraints:library" ],
50
- }) + select ({
51
- "rust//constraints:stage1" : ["rust//constraints:stage1" ],
52
- "rust//constraints:stage2" : ["rust//constraints:stage2" ],
53
- }),
47
+ select ({
48
+ "rust//constraints:compiler" : "rust//constraints:compiler" ,
49
+ "rust//constraints:library" : "rust//constraints:library" ,
50
+ }),
51
+ select ({
52
+ "rust//constraints:stage1" : "rust//constraints:stage1" ,
53
+ "rust//constraints:stage2" : "rust//constraints:stage2" ,
54
+ }),
55
+ ],
54
56
rustc_flags = [
55
57
"-Zunstable-options" ,
56
58
select ({
You can’t perform that action at this time.
0 commit comments