Skip to content

Commit 8a4942c

Browse files
committed
FindRust: Add debug info to unexpected rustc version msg
1 parent 4eccadd commit 8a4942c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindRust.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ if (Rust_RESOLVE_RUSTUP_TOOLCHAINS)
380380
else()
381381
message(AUTHOR_WARNING "Unexpected output from `rustc --version` for Toolchain `${_TOOLCHAIN}`: "
382382
"`${_TOOLCHAIN_RAW_VERSION}`.\n"
383-
"Ignoring this toolchain."
383+
"Ignoring this toolchain (Path: `${_TOOLCHAIN_PATH}`)."
384384
)
385385
endif()
386386
else()

0 commit comments

Comments
 (0)