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
foo.rs:10:1: 23:2 error: the name `test` conflicts with an external crate that has been imported into this module [E0260]
foo.rs:10 mod test {
foo.rs:11 use super::*;
foo.rs:12 use test::Bencher;
foo.rs:13
foo.rs:14 #[test]
foo.rs:15 fn it_works() {
...
error: aborting due to previous error