Add a FIXME about test exports to rustc:🔙:rpath

This commit is contained in:
Brian Anderson 2011-10-05 12:08:08 -07:00
parent 2f340a4d3d
commit ee8e058004

View File

@ -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")]