summaryrefslogtreecommitdiffstats
path: root/src/test/ui/modules/path-no-file-name.rs
blob: f62cd2a9eb4e42e6a2b60a481b4e21b46535b76b (plain)
1
2
3
4
5
6
7
// 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() {}