We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I import the regex! macro with this code:
regex!
#![feature(phase)] #[phase(syntax)] extern crate regex_macros; extern crate regex;
Then the program fails to compile because of amissing DLL: