blob: 0e17f22511818c2af9ab0d62615fc829a895d370 [file] [log] [blame]
// aux-build:recursive_reexports.rs
extern crate recursive_reexports;
fn f() -> recursive_reexports::S {} //~ ERROR cannot find type `S` in crate `recursive_reexports`
fn main() {}