rust/tests/ui/modules/path-no-file-name.rs
2023-01-11 09:32:08 +00:00

8 lines
202 B
Rust

// normalize-stderr-test: "\.:.*\(" -> ".: $$ACCESS_DENIED_MSG ("
// normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
#[path = "."]
mod m; //~ ERROR couldn't read
fn main() {}