When looking though libcore I saw this

https://github.com/rust-lang/rust/blob/master/src/libcore/Cargo.toml#L16-L19
So just want to check if the task is about:
- Create
libcorebench in src
- Move all
#[bench] from libcoretest to libcorebench like this one
https://github.com/rust-lang/rust/blob/master/src/libcoretest/any.rs#L128
If it is I can give it a try, thanks