If I import the `regex!` macro with this code: ``` rust #![feature(phase)] #[phase(syntax)] extern crate regex_macros; extern crate regex; ``` Then the program fails to compile because of amissing DLL: 