Correct typo
This commit is contained in:
parent
679267f2ac
commit
726a7b9439
@ -139,7 +139,7 @@ fn codegen_fn_attrs(tcx: TyCtxt<'_>, did: LocalDefId) -> CodegenFnAttrs {
|
|||||||
}
|
}
|
||||||
Some([item]) if item.has_name(sym::on) => {
|
Some([item]) if item.has_name(sym::on) => {
|
||||||
// Allow #[coverage(on)] for being explicit, maybe also in future to enable
|
// Allow #[coverage(on)] for being explicit, maybe also in future to enable
|
||||||
// coverage on a smaller scope within an excluded larger scopy.
|
// coverage on a smaller scope within an excluded larger scope.
|
||||||
}
|
}
|
||||||
Some(_) | None => {
|
Some(_) | None => {
|
||||||
tcx.sess.emit_err(ExpectedCoverageSymbol { span: attr.span });
|
tcx.sess.emit_err(ExpectedCoverageSymbol { span: attr.span });
|
||||||
|
Loading…
Reference in New Issue
Block a user