]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-5806.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / 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() {}