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 {
15961596 ///
15971597 /// [the reference]: ../../../reference/attributes/testing.html#the-test-attribute
15981598 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
1599- #[ allow_internal_unstable( test, rustc_attrs) ]
1599+ #[ allow_internal_unstable( test, rustc_attrs, coverage_attribute ) ]
16001600 #[ rustc_builtin_macro]
16011601 pub macro test( $item: item) {
16021602 /* compiler built-in */
@@ -1609,7 +1609,7 @@ pub(crate) mod builtin {
16091609 soft,
16101610 reason = "`bench` is a part of custom test frameworks which are unstable"
16111611 ) ]
1612- #[ allow_internal_unstable( test, rustc_attrs) ]
1612+ #[ allow_internal_unstable( test, rustc_attrs, coverage_attribute ) ]
16131613 #[ rustc_builtin_macro]
16141614 pub macro bench( $item: item) {
16151615 /* compiler built-in */
You can’t perform that action at this time.
0 commit comments