diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-18 17:19:42 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-18 17:19:42 +0200 |
| commit | cafeb6f05b95a888267fd525597ec8a3fb737b40 (patch) | |
| tree | 2ed2bcb44151d68804c98e4d52466630358bde96 /src | |
| parent | 27390fcbcb38cee66a6ebbe2ca74789436882779 (diff) | |
| download | rust-cafeb6f05b95a888267fd525597ec8a3fb737b40.tar.gz rust-cafeb6f05b95a888267fd525597ec8a3fb737b40.zip | |
fatal -> bug
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_codegen_llvm/back/link.rs | 2 |
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 |
