We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1a457f commit 082977aCopy full SHA for 082977a
tests/run-make/mixing-formats/rmake.rs
@@ -15,7 +15,7 @@
15
use run_make_support::{rustc, tmp_dir};
16
use std::fs;
17
18
-fn test_with_teardown(rustc_calls: Fn()) {
+fn test_with_teardown(rustc_calls: &dyn Fn()) {
19
rustc_calls();
20
fs::remove_dir_all(tmp_dir()).unwrap();
21
fs::create_dir(tmp_dir()).unwrap();
0 commit comments