From ee8e05800446765e5c8065c379ba74225f345e4d Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Wed, 5 Oct 2011 12:08:08 -0700 Subject: [PATCH] Add a FIXME about test exports to rustc::back::rpath --- src/comp/back/rpath.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/comp/back/rpath.rs b/src/comp/back/rpath.rs index a2513649e942..66a632d61f76 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")]