blob: 816a3c4ccc004e1ff1e9e713ed4c5443e0728a13 [file] [log] [blame]
mod m {
fn check() {
Result::Ok!(); //~ ERROR failed to resolve: partially resolved path in a macro
}
}
fn main() {}