Bless incremental tests.
This commit is contained in:
parent
6278e0f507
commit
98941f76ff
@ -318,9 +318,9 @@ pub fn change_return_impl_trait() -> impl Clone {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#[cfg(not(any(cfail1,cfail4)))]
|
#[cfg(not(any(cfail1,cfail4)))]
|
||||||
#[rustc_clean(cfg = "cfail2")]
|
#[rustc_clean(cfg = "cfail2", except = "opt_hir_owner_nodes")]
|
||||||
#[rustc_clean(cfg = "cfail3")]
|
#[rustc_clean(cfg = "cfail3")]
|
||||||
#[rustc_clean(cfg = "cfail5", except = "typeck")]
|
#[rustc_clean(cfg = "cfail5", except = "opt_hir_owner_nodes, typeck")]
|
||||||
#[rustc_clean(cfg = "cfail6")]
|
#[rustc_clean(cfg = "cfail6")]
|
||||||
pub fn change_return_impl_trait() -> impl Copy {
|
pub fn change_return_impl_trait() -> impl Copy {
|
||||||
0u32
|
0u32
|
||||||
|
Loading…
Reference in New Issue
Block a user