We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1e373 commit 99d3b05Copy full SHA for 99d3b05
tests/run-make/external-crate-panic-handle-no-lint/rmake.rs
@@ -1,6 +1,7 @@
1
// Defining a crate that provides panic handling as an external crate
2
-// could uselessly trigger the "unused external crate" lint. This test
3
-// creates this situation and checks that the lint is not triggered.
+// could uselessly trigger the "unused external crate" lint. A fix was
+// created, and this test checks that the fix did not accidentally break
4
+// compiler functionality.
5
// See https://github.com/rust-lang/rust/issues/53964
6
7
use run_make_support::{rustc, tmp_dir};
0 commit comments