summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/auxiliary/crate_a2.rs
blob: d16a4ac10e0c4105db304f3994358eb18d619aff (plain)
1
2
3
4
5
6
7
pub struct Foo;

pub trait Bar{}

pub fn bar() -> Box<Bar> {
    unimplemented!()
}