blob: cd2425f9b692bd2dc291cf2a47a10862cb23b04b [file] [log] [blame]
extern crate foo;
extern crate bar;
pub struct Bar;
impl ::std::ops::Deref for Bar {
type Target = bar::S;
fn deref(&self) -> &Self::Target { unimplemented!() }
}