5a63b2100e
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
95 B
Rust
10 lines
95 B
Rust
// error-pattern:expected
|
|
|
|
import baz = foo::{bar};
|
|
|
|
mod foo {
|
|
fn bar() {}
|
|
}
|
|
|
|
fn main() {
|
|
} |