about summary refs log tree commit diff
diff options
context:
space:
mode:
authorIgor Aleksanov <popzxc@yandex.ru>2021-06-20 08:32:43 +0300
committerIgor Aleksanov <popzxc@yandex.ru>2021-06-20 08:32:43 +0300
commitfaa2fa7490423b30362b44034e9336c469556b6b (patch)
tree2a630137182336238e4c32ac6227fd8abbcd38ea
parentd4c9fe7549f29ca573f5a58ac94eacd662cd1421 (diff)
downloadrust-faa2fa7490423b30362b44034e9336c469556b6b.tar.gz
rust-faa2fa7490423b30362b44034e9336c469556b6b.zip
Improve appearance
-rw-r--r--tests/compile-test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compile-test.rs b/tests/compile-test.rs
index 72905bd948e..8640cfb963d 100644
--- a/tests/compile-test.rs
+++ b/tests/compile-test.rs
@@ -52,6 +52,7 @@ fn third_party_crates() -> String {
                             "\n---------------------------------------------------\n\n \
                             Found multiple rlibs for crate `{}`: `{:?}` and `{:?}`.\n \
                             Probably, you need to run `cargo clean` before running tests again.\n \
+                            \nFor details on that error see https://github.com/rust-lang/rust-clippy/issues/7343 \
                             \n---------------------------------------------------\n",
                             dep, old, path
                         );