]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-5806.rs
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2020...
[rust.git] / src / test / ui / parser / issue-5806.rs
1 // normalize-stderr-test: "parser:.*\(" -> "parser: $$ACCESS_DENIED_MSG ("
2 // normalize-stderr-test: "os error \d+" -> "os error $$ACCESS_DENIED_CODE"
3
4 #[path = "../parser"]
5 mod foo; //~ ERROR couldn't read
6
7 fn main() {}