blob: b694642a9c5d6ba465021dcb7d7b9ae4143bf1e7 (
plain)
| 1
2
3
4
5
6
7
 | // normalize-stderr-test: "parser:.*\(" -> "parser: $$ACCESS_DENIED_MSG ("
// normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
#[path = "../parser"]
mod foo; //~ ERROR couldn't read
fn main() {}
 |