We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29cfefd commit 62ad16fCopy full SHA for 62ad16f
src/test/ui/linkage-attr/issue-10755.rs
@@ -1,7 +1,10 @@
1
// build-fail
2
// dont-check-compiler-stderr
3
// compile-flags: -C linker=llllll -C linker-flavor=ld
4
-// error-pattern: linker `llllll` not found
+// 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
}
0 commit comments