blob: 3f1b7cda9316b5e0ea0dd07830dfbf31ebbc8f0f (
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() {}
|