We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41af279 commit cdf4d4bCopy full SHA for cdf4d4b
src/librustpkg/tests.rs
@@ -66,7 +66,7 @@ fn test_make_dir_rwx() {
66
fn test_install_valid() {
67
let ctxt = fake_ctxt();
68
let temp_pkg_id = fake_pkg();
69
- let temp_workspace() = mk_temp_workspace();
+ let temp_workspace = mk_temp_workspace();
70
// should have test, bench, lib, and main
71
ctxt.install(&temp_workspace, temp_pkg_id);
72
// Check that all files exist
0 commit comments