#![crate_type = "lib"] #![crate_name = "foo"] pub struct Struct; pub trait Trait {} impl Trait for Struct {}