Skip to content

Commit 43a06e3

Browse files
committed
ctest: Add generation, compilation, and running of tests for constants.
1 parent a5b8787 commit 43a06e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ctest-next/src/rustc_queries.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pub fn rustc_version() -> Result<RustcVersion> {
4444

4545
// eg: rustc 1.87.0 (17067e9ac 2025-05-09)
4646
// Assume the format does not change.
47+
println!("{}", std::str::from_utf8(&output.stdout)?);
4748
let [major, minor, patch] = std::str::from_utf8(&output.stdout)?
4849
.split_whitespace()
4950
.nth(1)

0 commit comments

Comments
 (0)