We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
getopts
1 parent 1886d5f commit 0b76a97Copy full SHA for 0b76a97
src/librustc_driver/lib.rs
@@ -32,7 +32,7 @@
32
#![recursion_limit="256"]
33
34
extern crate arena;
35
-extern crate getopts;
+pub extern crate getopts;
36
extern crate graphviz;
37
extern crate env_logger;
38
#[cfg(unix)]
0 commit comments