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 51e6df6 commit b532812Copy full SHA for b532812
src/comp/back/rpath.rs
@@ -9,9 +9,7 @@ import metadata::cstore;
9
import driver::session;
10
import util::filesearch;
11
12
-// FIXME #721: Despite the compiler warning, test does exist and needs
13
-// to be exported
14
-export get_rpath_flags, test;
+export get_rpath_flags;
15
16
fn get_rpath_flags(sess: session::session, out_filename: str) -> [str] {
17
let os = sess.get_targ_cfg().os;
0 commit comments