Skip to content

Commit 99d3b05

Browse files
committed
restore comment
1 parent ed1e373 commit 99d3b05

File tree

1 file changed

+3
-2
lines changed
  • tests/run-make/external-crate-panic-handle-no-lint

1 file changed

+3
-2
lines changed

tests/run-make/external-crate-panic-handle-no-lint/rmake.rs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// 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.
2+
// could uselessly trigger the "unused external crate" lint. A fix was
3+
// created, and this test checks that the fix did not accidentally break
4+
// compiler functionality.
45
// See https://github.com/rust-lang/rust/issues/53964
56

67
use run_make_support::{rustc, tmp_dir};

0 commit comments

Comments
 (0)