diff options
| author | Ujjwal Sharma <ryzokuken@disroot.org> | 2020-04-27 23:26:11 +0530 |
|---|---|---|
| committer | kadmin <julianknodt@gmail.com> | 2020-08-17 20:32:32 +0000 |
| commit | a888b02884883de41d0ce08aa62a6cd6d4790951 (patch) | |
| tree | 38e258174f76018184416fc8f497b13f2f6a9cb0 /src/librustc_codegen_llvm/debuginfo | |
| parent | 8d185cabbdcb1b30ea5f72b3f0b3e6442bc4548a (diff) | |
rust_ast::ast => rustc_ast
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
| -rw-r--r-- | src/librustc_codegen_llvm/debuginfo/metadata.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs b/src/librustc_codegen_llvm/debuginfo/metadata.rs index f2881355962..9d92d53775c 100644 --- a/src/librustc_codegen_llvm/debuginfo/metadata.rs +++ b/src/librustc_codegen_llvm/debuginfo/metadata.rs @@ -18,7 +18,7 @@ use crate::llvm::debuginfo::{ }; use crate::value::Value; -use rustc_ast::ast; +use rustc_ast as ast; use rustc_codegen_ssa::traits::*; use rustc_data_structures::const_cstr; use rustc_data_structures::fingerprint::Fingerprint; |
