Skip to content

Commit d6ceae0

Browse files
committed
Adjust rustc_bootstap.rs ui test
- Fixed test name, it should've been `rustc_bootstrap.rs`, oops. - Slightly reworded test comment to make it more clear.
1 parent 42bf2af commit d6ceae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/ui/bootstrap/rustc_bootstap.rs renamed to tests/ui/bootstrap/rustc_bootstrap.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//! Check `RUSTC_BOOTSTRAP`'s behavior in relation to feature stability and what rustc considers
2-
//! itself to be (stable vs non-stable ).
1+
//! Check the compiler's behavior when the perma-unstable env var `RUSTC_BOOTSTRAP` is set in the
2+
//! environment in relation to feature stability and which channel rustc considers itself to be.
33
//!
44
//! `RUSTC_BOOTSTRAP` accepts:
55
//!

0 commit comments

Comments
 (0)