Skip to content

Commit

Permalink
Adjust rustc_bootstap.rs ui test
Browse files Browse the repository at this point in the history
- Fixed test name, it should've been `rustc_bootstrap.rs`, oops.
- Slightly reworded test comment to make it more clear.
  • Loading branch information
jieyouxu committed Dec 19, 2024
1 parent 42bf2af commit d6ceae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Check `RUSTC_BOOTSTRAP`'s behavior in relation to feature stability and what rustc considers
//! itself to be (stable vs non-stable ).
//! Check the compiler's behavior when the perma-unstable env var `RUSTC_BOOTSTRAP` is set in the
//! environment in relation to feature stability and which channel rustc considers itself to be.
//!
//! `RUSTC_BOOTSTRAP` accepts:
//!
Expand Down

0 comments on commit d6ceae0

Please sign in to comment.