You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP 75 - Silence compiler warning, move compat test suite file
Silence compiler warning:
macro-expanded `macro_export` macros from the current crate cannot be
referred to by absolute paths
rust-lang/rust#52234
By moving the as_str_slice_test_case! macro to a different module,
the top-level mod.rs for md_parser_ng instead of in the as_str_slice
sub-folder.
Also, move the compat test suite file to the top level parser_ng folder
instead of being located in the sub-folder "as_str_slice_core". And
rename "core.rs" to "as_str_slice_core.rs" since "core" is used else
where in the code base to refer to the top-level "core" module.
0 commit comments