We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc6474 commit 41522aaCopy full SHA for 41522aa
src/librustc/metadata/loader.rs
@@ -602,7 +602,7 @@ pub fn meta_section_name(os: abi::Os) -> Option<&'static str> {
602
pub fn read_meta_section_name(os: abi::Os) -> &'static str {
603
match os {
604
abi::OsMacos => "__note.rustc",
605
- abi::OsiOS => "__note.rustc",
+ abi::OsiOS => unreachable!(),
606
abi::OsWin32 => ".note.rustc",
607
abi::OsLinux => ".note.rustc",
608
abi::OsAndroid => ".note.rustc",
0 commit comments