File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1596,7 +1596,7 @@ pub(crate) mod builtin {
1596
1596
///
1597
1597
/// [the reference]: ../../../reference/attributes/testing.html#the-test-attribute
1598
1598
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1599
- #[ allow_internal_unstable( test, rustc_attrs) ]
1599
+ #[ allow_internal_unstable( test, rustc_attrs, coverage_attribute ) ]
1600
1600
#[ rustc_builtin_macro]
1601
1601
pub macro test( $item: item) {
1602
1602
/* compiler built-in */
@@ -1609,7 +1609,7 @@ pub(crate) mod builtin {
1609
1609
soft,
1610
1610
reason = "`bench` is a part of custom test frameworks which are unstable"
1611
1611
) ]
1612
- #[ allow_internal_unstable( test, rustc_attrs) ]
1612
+ #[ allow_internal_unstable( test, rustc_attrs, coverage_attribute ) ]
1613
1613
#[ rustc_builtin_macro]
1614
1614
pub macro bench( $item: item) {
1615
1615
/* compiler built-in */
You can’t perform that action at this time.
0 commit comments