diff options
| author | Brian Anderson <banderson@mozilla.com> | 2011-10-05 12:08:08 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2011-10-05 16:21:56 -0700 |
| commit | ee8e05800446765e5c8065c379ba74225f345e4d (patch) | |
| tree | 034f2af4763056e60b47cdfe9367bf8522a6d4d7 /src/comp | |
| parent | 2f340a4d3dd2472800401ca23285c26d2ebcfcf5 (diff) | |
| download | rust-ee8e05800446765e5c8065c379ba74225f345e4d.tar.gz rust-ee8e05800446765e5c8065c379ba74225f345e4d.zip | |
Add a FIXME about test exports to rustc::back::rpath
Diffstat (limited to 'src/comp')
| -rw-r--r-- | src/comp/back/rpath.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/comp/back/rpath.rs b/src/comp/back/rpath.rs index a2513649e94..66a632d61f7 100644 --- a/src/comp/back/rpath.rs +++ b/src/comp/back/rpath.rs @@ -9,6 +9,8 @@ import metadata::cstore; import driver::session; import util::filesearch; +// FIXME #721: Despite the compiler warning, test does exist and needs +// to be exported export get_rpath_flags, test; #[cfg(target_os="linux")] |
