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
278 B
Rust
Raw Normal View History

2020-12-28 17:15:16 +00:00
// build-fail
// dont-check-compiler-stderr
2023-05-29 16:58:01 +00: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() {
}