9 lines
86 B
Rust
9 lines
86 B
Rust
// error-pattern:failed to resolve imports
|
|
import x = m::f;
|
|
|
|
mod m {
|
|
}
|
|
|
|
fn main() {
|
|
}
|