@@ -661,7 +661,6 @@ nightly-{0} (active, default)
661
661
active toolchain
662
662
----------------
663
663
name: nightly-{0}
664
- compiler: 1.3.0 (hash-nightly-2)
665
664
active because: it's the default toolchain
666
665
installed targets:
667
666
{0}
@@ -735,7 +734,6 @@ nightly-{0} (active, default)
735
734
active toolchain
736
735
----------------
737
736
name: nightly-{0}
738
- compiler: 1.3.0 (hash-nightly-2)
739
737
active because: it's the default toolchain
740
738
installed targets:
741
739
{0}
@@ -774,7 +772,6 @@ nightly-{0} (active, default)
774
772
active toolchain
775
773
----------------
776
774
name: nightly-{0}
777
- compiler: 1.3.0 (xxxx-nightly-2)
778
775
active because: it's the default toolchain
779
776
installed targets:
780
777
{1}
@@ -831,7 +828,6 @@ nightly-{0} (active, default)
831
828
active toolchain
832
829
----------------
833
830
name: nightly-{0}
834
- compiler: 1.3.0 (xxxx-nightly-2)
835
831
active because: it's the default toolchain
836
832
installed targets:
837
833
{1}
@@ -1139,7 +1135,6 @@ nightly-{0} (active, default)
1139
1135
active toolchain
1140
1136
----------------
1141
1137
name: nightly-{0}
1142
- compiler: 1.3.0 (hash-nightly-2)
1143
1138
active because: overridden by environment variable RUSTUP_TOOLCHAIN
1144
1139
installed targets:
1145
1140
{0}
@@ -1227,11 +1222,17 @@ nightly-2015-01-01-{0}
1227
1222
active toolchain
1228
1223
----------------
1229
1224
name: nightly-{0}
1230
- compiler: 1.3.0 (hash-nightly-2)
1231
1225
active because: it's the default toolchain
1226
+ compiler: 1.3.0 (hash-nightly-2)
1227
+ path: {2}
1232
1228
installed targets:
1233
1229
{0}
1234
- "
1230
+ " ,
1231
+ config
1232
+ . rustupdir
1233
+ . join( "toolchains" )
1234
+ . join( for_host!( "nightly-{0}" ) )
1235
+ . display( )
1235
1236
) ,
1236
1237
r"" ,
1237
1238
)
0 commit comments