1
Fork 0

Use ar_archive_writer from sysroot for cg_clif

This commit is contained in:
bjorn3 2024-08-09 17:23:50 +00:00
parent af7ea3135d
commit 6e5873c08c
3 changed files with 1 additions and 11 deletions

View file

@ -12,6 +12,7 @@
#![warn(unused_lifetimes)]
// tidy-alphabetical-end
extern crate ar_archive_writer;
extern crate jobserver;
#[macro_use]
extern crate rustc_middle;