]> git.lizzy.rs Git - rust.git/blob - tests/ui/linkage-attr/issue-10755.rs
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / 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 }