]> git.proxmox.com Git - rustc.git/blame - src/test/ui/linkage-attr/issue-10755.rs
New upstream version 1.64.0+dfsg1
[rustc.git] / src / test / ui / linkage-attr / issue-10755.rs
CommitLineData
5869c6ff
XL
1// build-fail
2// dont-check-compiler-stderr
0731742a 3// compile-flags: -C linker=llllll -C linker-flavor=ld
064997fb
FG
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.
223e47cc 8
970d7e83 9fn main() {
223e47cc 10}