Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
extern crate alloc;
mod alloc {
//~^ ERROR the name `alloc` is defined multiple times [E0260]
pub trait MyTrait {
fn do_something();
}
fn main() {}