Commit f51271a 1 parent 1f02cdf commit f51271a Copy full SHA for f51271a
File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,13 @@ fn main() {
44
44
45
45
fn compile_probe ( ) -> Option < ExitStatus > {
46
46
if env:: var_os ( "RUSTC_STAGE" ) . is_some ( ) {
47
- // We are running inside rustc bootstrap. This is a highly non-standard environment with
48
- // issues such as <https://github.com/rust-lang/cargo/issues/11138> and
49
- // <https://github.com/rust-lang/rust/issues/114839>. Let's just not use nightly features
50
- // here.
47
+ // We are running inside rustc bootstrap. This is a highly non-standard
48
+ // environment with issues such as:
49
+ //
50
+ // https://github.com/rust-lang/cargo/issues/11138
51
+ // https://github.com/rust-lang/rust/issues/114839
52
+ //
53
+ // Let's just not use nightly features here.
51
54
return None ;
52
55
}
53
56
You can’t perform that action at this time.
0 commit comments