diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-05 11:11:39 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-01-11 03:30:20 +0100 |
| commit | 6cbcb830221a5525f333da95c93bd8622da00765 (patch) | |
| tree | 804ff416db1eaa8f697d599d7932f2a2783e9e75 /src/librustc_interface | |
| parent | ed69fbbc44b6e6ba5c41905835deaaae53e6f867 (diff) | |
| download | rust-6cbcb830221a5525f333da95c93bd8622da00765.tar.gz rust-6cbcb830221a5525f333da95c93bd8622da00765.zip | |
{syntax -> rustc_ast_passes}::feature_gate
Diffstat (limited to 'src/librustc_interface')
| -rw-r--r-- | src/librustc_interface/passes.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_interface/passes.rs b/src/librustc_interface/passes.rs index 27bed31b9d6..951fc63fe95 100644 --- a/src/librustc_interface/passes.rs +++ b/src/librustc_interface/passes.rs @@ -399,7 +399,7 @@ fn configure_and_expand_inner<'a>( // Needs to go *after* expansion to be able to check the results of macro expansion. sess.time("complete_gated_feature_checking", || { - syntax::feature_gate::check_crate( + rustc_ast_passes::feature_gate::check_crate( &krate, &sess.parse_sess, &sess.features_untracked(), |
