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_plugin_impl | |
| parent | 8d185cabbdcb1b30ea5f72b3f0b3e6442bc4548a (diff) | |
| download | rust-a888b02884883de41d0ce08aa62a6cd6d4790951.tar.gz rust-a888b02884883de41d0ce08aa62a6cd6d4790951.zip | |
rust_ast::ast => rustc_ast
Diffstat (limited to 'src/librustc_plugin_impl')
| -rw-r--r-- | src/librustc_plugin_impl/load.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_plugin_impl/load.rs b/src/librustc_plugin_impl/load.rs index 2f307302db0..687f7db221f 100644 --- a/src/librustc_plugin_impl/load.rs +++ b/src/librustc_plugin_impl/load.rs @@ -1,7 +1,7 @@ //! Used by `rustc` when loading a plugin. use crate::Registry; -use rustc_ast::ast::Crate; +use rustc_ast::Crate; use rustc_errors::struct_span_err; use rustc_metadata::locator; use rustc_middle::middle::cstore::MetadataLoader; |
