From: bors Date: Sun, 28 Mar 2021 08:53:51 +0000 (+0000) Subject: Auto merge of #83593 - petrochenkov:nounwrap, r=nagisa X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=505ed7fb1b45236b312099b00be78175d67499a7;p=rust.git 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` --- 505ed7fb1b45236b312099b00be78175d67499a7