We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a249d25 commit ea89b50Copy full SHA for ea89b50
src/librustc_resolve/lib.rs
@@ -57,7 +57,7 @@ use syntax::ast::{FnDecl, ForeignItem, ForeignItemKind, GenericParam, Generics};
57
use syntax::ast::{Item, ItemKind, ImplItem, ImplItemKind};
58
use syntax::ast::{Label, Local, Mutability, Pat, PatKind, Path};
59
use syntax::ast::{QSelf, TraitItemKind, TraitRef, Ty, TyKind};
60
-use syntax::feature_gate::{feature_err, emit_feature_err, GateIssue};
+use syntax::feature_gate::{feature_err, GateIssue};
61
use syntax::parse::token;
62
use syntax::ptr::P;
63
0 commit comments