]> git.lizzy.rs Git - rust.git/blob - src/test/ui/modules/path-no-file-name.rs
parser will not give wrong help message for 'public'
[rust.git] / src / test / ui / modules / path-no-file-name.rs
1 // normalize-stderr-test: "\.:.*\(" -> ".: $$ACCESS_DENIED_MSG ("
2 // normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
3
4 #[path = "."]
5 mod m; //~ ERROR couldn't read
6
7 fn main() {}