Open
Description
Looks like #76 breaks test running thing for me.
I have
My code looks like this:
mod tests {
#[test]
fn test_double_map_err() {
do_parse(
"double_map_err",
r#"
mod swig_foreign_types_map {}
mod swig_foreign_types_map {}
"#,
64,
HashMap::new(),
)
.unwrap_err();
}
#[test]
fn another_test() {
}
}
And after #76 cargo.el
tries to run swig_foreign_types_map::another_test
instead of tests::another_test
I revert
git diff 8a79f4e..5462994
(cd ~/.emacs.d/elpa/cargo-20190101.2043 && patch -p1 -R)
and all starts work again as expected
Metadata
Metadata
Assignees
Labels
No labels
Activity