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.
2 parents f1ef36e + 6600ba9 commit 6a9db40Copy full SHA for 6a9db40
src/librustdoc/core.rs
@@ -51,6 +51,7 @@ fn get_ast_and_resolve(cpath: &Path,
51
binary: @"rustdoc",
52
maybe_sysroot: Some(@os::self_exe_path().unwrap().dir_path()),
53
addl_lib_search_paths: @mut libs,
54
+ outputs: ~[driver::session::OutputDylib],
55
.. (*rustc::driver::session::basic_options()).clone()
56
};
57
0 commit comments