macro_rules! test_file {
($file_name:expr) => { ... };
}👎Deprecated:
internal API that will be removed
Expand description
References a test input file.
macro_rules! test_file {
($file_name:expr) => { ... };
}internal API that will be removed
References a test input file.