Skip to content

Commit 585fe45

Browse files
committed
Bless incremental test.
1 parent bd46218 commit 585fe45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/incremental/hashes/function_interfaces.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ pub fn change_return_impl_trait() -> impl Clone {
320320
#[cfg(not(any(cfail1,cfail4)))]
321321
#[rustc_clean(cfg = "cfail2")]
322322
#[rustc_clean(cfg = "cfail3")]
323-
#[rustc_clean(cfg = "cfail5", except = "typeck")]
323+
#[rustc_clean(cfg = "cfail5")]
324324
#[rustc_clean(cfg = "cfail6")]
325325
pub fn change_return_impl_trait() -> impl Copy {
326326
0u32

0 commit comments

Comments
 (0)