diff options
Diffstat (limited to 'src/librustc_allocator/lib.rs')
| -rw-r--r-- | src/librustc_allocator/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_allocator/lib.rs b/src/librustc_allocator/lib.rs index 969086815de..6595564fb30 100644 --- a/src/librustc_allocator/lib.rs +++ b/src/librustc_allocator/lib.rs @@ -12,6 +12,7 @@ extern crate rustc; extern crate rustc_errors; +extern crate rustc_target; extern crate syntax; extern crate syntax_pos; |
