diff options
| author | Igor Matuszewski <Xanewok@gmail.com> | 2019-01-13 01:06:50 +0100 |
|---|---|---|
| committer | Igor Matuszewski <Xanewok@gmail.com> | 2019-01-13 23:53:58 +0100 |
| commit | 59d7d7d54b4b31d6a20143484536c4806fa8a74e (patch) | |
| tree | 2da2213c232f8279a7d0ba322cb7bc3da1f520b1 /src/librustc/session | |
| parent | fb6040096ca2c21c354a500ab8fd0038d84be193 (diff) | |
| download | rust-59d7d7d54b4b31d6a20143484536c4806fa8a74e.tar.gz rust-59d7d7d54b4b31d6a20143484536c4806fa8a74e.zip | |
Querify local plugin_registrar_fn
Diffstat (limited to 'src/librustc/session')
| -rw-r--r-- | src/librustc/session/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/librustc/session/mod.rs b/src/librustc/session/mod.rs index da2524b8188..5f9f62f7b13 100644 --- a/src/librustc/session/mod.rs +++ b/src/librustc/session/mod.rs @@ -69,7 +69,6 @@ pub struct Session { pub parse_sess: ParseSess, /// For a library crate, this is always none pub entry_fn: Once<Option<(NodeId, Span, config::EntryFnType)>>, - pub plugin_registrar_fn: Once<Option<ast::NodeId>>, pub sysroot: PathBuf, /// The name of the root source file of the crate, in the local file system. /// `None` means that there is no source file. @@ -1173,7 +1172,6 @@ pub fn build_session_( parse_sess: p_s, // For a library crate, this is always none entry_fn: Once::new(), - plugin_registrar_fn: Once::new(), sysroot, local_crate_source_file, working_dir, |
