// aux-build:foo.rs extern crate foo; type Output = Option; //~ ERROR cannot find type `Foo` fn main() {}