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 b2bb7ef commit 3276c77Copy full SHA for 3276c77
[refs]
@@ -1,2 +1,2 @@
1
---
2
-refs/heads/master: 2f340a4d3dd2472800401ca23285c26d2ebcfcf5
+refs/heads/master: ee8e05800446765e5c8065c379ba74225f345e4d
trunk/src/comp/back/rpath.rs
@@ -9,6 +9,8 @@ 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;
15
16
#[cfg(target_os="linux")]
0 commit comments