1
Fork 0

Missing lifetime parameter and formatting

This commit is contained in:
SLASHLogin 2022-08-25 19:23:55 +02:00
parent b1647903f8
commit 69d412a073
2 changed files with 2 additions and 5 deletions

View file

@ -454,10 +454,7 @@ pub(crate) fn global_llvm_features(sess: &Session, diagnostics: bool) -> Vec<Str
None
}
});
sess.emit_warning(UnknownCTargetFeature::UnknownFeature {
feature,
rust_feature,
});
sess.emit_warning(UnknownCTargetFeature::UnknownFeature { feature, rust_feature });
}
if diagnostics {