blob: bb93ef4549dc2c82f32ba623468a96c8a323076f [file] [log] [blame]
// aux-build:foo.rs
extern crate foo;
type Output = Option<Foo>; //~ ERROR cannot find type `Foo`
fn main() {}