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
158f8d034b15e65ba8dc0d066358dd0632bfcd6e
rust/src/test/compile-fail/issue-10755.rs

6 lines
114 B
Rust
Raw Normal View History

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: 1892ms 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