os-rust/tests/ui/linkage-attr/issue-10755.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
282 B
Rust
Raw Normal View History

2020-12-28 20:15:16 +03:00
//@ build-fail
//@ dont-check-compiler-stderr
2023-05-29 19:58:01 +03:00
//@ compile-flags: -C linker=llllll
//@ error-pattern: `llllll`
// Before, the error-pattern checked for "not found". On WSL with appendWindowsPath=true, running
// in invalid command returns a PermissionDenied instead.
fn main() {
}