]> git.lizzy.rs Git - rust.git/blob - src/test/ui/linkage-attr/issue-10755.rs
Rollup merge of #99064 - lyming2007:issue-97687-fix, r=estebank
[rust.git] / src / test / ui / linkage-attr / issue-10755.rs
1 // build-fail
2 // dont-check-compiler-stderr
3 // compile-flags: -C linker=llllll -C linker-flavor=ld
4 // error-pattern: `llllll`
5
6 // Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
7 // in invalid command returns a PermissionDenied instead.
8
9 fn main() {
10 }