Skip to content

Commit f51271a

Browse files
committed
Reword bootstrap comment
1 parent 1f02cdf commit f51271a

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

build.rs

+7-4
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ fn main() {
4444

4545
fn compile_probe() -> Option<ExitStatus> {
4646
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.
5154
return None;
5255
}
5356

0 commit comments

Comments
 (0)