Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
29cfefd35588535295d6d1f63b51e8a7cca0e738
rust/src/test/ui/linkage-attr/issue-10755.rs

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

8 lines
158 B
Rust
Raw Normal View History

Remove `compile-fail` test suite
2020-12-28 20:15:16 +03:00
// build-fail
// dont-check-compiler-stderr
Stabilize `linker-flavor` flag. This commit moves the linker-flavor flag from a debugging option to a codegen option, thus stabilizing it. There are no feature flags associated with this flag.
2018-11-29 22:00:09 +01:00
// compile-flags: -C linker=llllll -C linker-flavor=ld
Removed unnecessary output of linker options when linker is not installed It's unnecessary to print the linker options if there is no linker installed. Currently, for libraries, the output is still printed, see #46998 for discussion
2017-12-28 20:05:33 +01:00
// error-pattern: linker `llllll` not found
Fix #10755 - ICE: `--linker=` Trap the io_error condition so that a more informative error message is displayed when the linker program cannot be started, such as when the name of the linker binary is accidentally mistyped. closes #10755
2013-12-18 09:06:11 -05:00
fn main() {
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 4955ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API