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(
4444 exec_compatible_with = [
4545 "rust//constraints:opt-level=0" ,
4646 "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+ ],
5456 rustc_flags = [
5557 "-Zunstable-options" ,
5658 select ({
You can’t perform that action at this time.
0 commit comments