about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm
diff options
context:
space:
mode:
authorJorge Aparicio <jorge@japaric.io>2018-08-18 17:19:42 +0200
committerJorge Aparicio <jorge@japaric.io>2018-08-18 17:19:42 +0200
commitcafeb6f05b95a888267fd525597ec8a3fb737b40 (patch)
tree2ed2bcb44151d68804c98e4d52466630358bde96 /src/librustc_codegen_llvm
parent27390fcbcb38cee66a6ebbe2ca74789436882779 (diff)
downloadrust-cafeb6f05b95a888267fd525597ec8a3fb737b40.tar.gz
rust-cafeb6f05b95a888267fd525597ec8a3fb737b40.zip
fatal -> bug
Diffstat (limited to 'src/librustc_codegen_llvm')
-rw-r--r--src/librustc_codegen_llvm/back/link.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/back/link.rs b/src/librustc_codegen_llvm/back/link.rs
index 86cef587d5b..f29b4d95b28 100644
--- a/src/librustc_codegen_llvm/back/link.rs
+++ b/src/librustc_codegen_llvm/back/link.rs
@@ -655,7 +655,7 @@ pub fn linker_and_flavor(sess: &Session) -> (PathBuf, LinkerFlavor) {
         return ret;
     }
 
-    sess.fatal("Not enough information provided to determine how to invoke the linker");
+    bug!("Not enough information provided to determine how to invoke the linker");
 }
 
 // Create a dynamic library or executable