We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae6622d commit c1d5314Copy full SHA for c1d5314
src/librustc_codegen_ssa/traits/type_.rs
@@ -77,7 +77,6 @@ pub trait DerivedTypeMethods<'tcx>: BaseTypeMethods<'tcx> + MiscMethods<'tcx> {
77
}
78
79
fn type_has_metadata(&self, ty: Ty<'tcx>) -> bool {
80
- use syntax_pos::DUMMY_SP;
81
if ty.is_sized(self.tcx().at(DUMMY_SP), ty::ParamEnv::reveal_all()) {
82
return false;
83
0 commit comments