Got some of the debug messages, here, too. I figure it doesn't hurt to get used to doing this even in places where users won't ever see it.
10 lines
91 B
Rust
10 lines
91 B
Rust
// error-pattern:expected
|
|
|
|
import baz = foo::*;
|
|
|
|
mod foo {
|
|
fn bar() {}
|
|
}
|
|
|
|
fn main() {
|
|
} |