rust/compiler/rustc_target/src
bors 505ed7fb1b Auto merge of #83593 - petrochenkov:nounwrap, r=nagisa
rustc_target: Avoid unwraps when adding linker flags

These `unwrap`s assume that some linker flags were already added by `*_base::opts()` methods, but that's doesn't necessarily remain the case when we are reducing the number of flags hardcoded in targets, as https://github.com/rust-lang/rust/pull/83587 shows.

r? `@nagisa`
2021-03-28 08:53:51 +00:00
..
abi Move decision aboute noalias into codegen_llvm 2021-03-21 20:10:53 +01:00
asm Address review comments 2021-03-14 23:21:03 +00:00
spec Auto merge of #83593 - petrochenkov:nounwrap, r=nagisa 2021-03-28 08:53:51 +00:00
lib.rs Stabilize str_split_once 2021-02-09 23:17:11 -05:00