rustc_codegen_ssa: hide address ops from the declare_local interface.

This commit is contained in:
Eduard-Mihai Burtescu 2019-09-12 12:29:46 +03:00
parent c2e7743da8
commit 1e42072673
4 changed files with 76 additions and 71 deletions

View file

@ -38,6 +38,7 @@ extern crate rustc_fs_util;
extern crate rustc_driver as _;
#[macro_use] extern crate log;
extern crate smallvec;
extern crate syntax;
extern crate syntax_pos;
extern crate rustc_errors as errors;