diff --git a/dev-lang/rust/rust-1.42.0.ebuild b/dev-lang/rust/rust-1.42.0.ebuild index ec4ae6c3f8b32..89ac74e333193 100644 --- a/dev-lang/rust/rust-1.42.0.ebuild +++ b/dev-lang/rust/rust-1.42.0.ebuild @@ -272,6 +272,9 @@ src_configure() { linker = "$(usex system-llvm lld rust-lld)" EOF fi + + einfo "Rust configured with the following settings:" + cat "${S}"/config.toml || die } src_compile() {