diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-09 17:23:50 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-08-09 17:23:50 +0000 |
| commit | 6e5873c08c13b7aebae6e277caa39177e6c2b5e3 (patch) | |
| tree | 12190e5f828c3a9ad98bd2ec484c678f5c5dd1af /compiler/rustc_codegen_cranelift/src | |
| parent | af7ea3135deb4c2e4636d002b892c7ecf054a2e9 (diff) | |
| download | rust-6e5873c08c13b7aebae6e277caa39177e6c2b5e3.tar.gz rust-6e5873c08c13b7aebae6e277caa39177e6c2b5e3.zip | |
Use ar_archive_writer from sysroot for cg_clif
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index f737af25b62..21930fa2ddb 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -12,6 +12,7 @@ #![warn(unused_lifetimes)] // tidy-alphabetical-end +extern crate ar_archive_writer; extern crate jobserver; #[macro_use] extern crate rustc_middle; |
