Skip to content

Commit 3c8b46c

Browse files
committed
typeck result is now affected by opaque type spans
1 parent e07f36c commit 3c8b46c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/incremental/hashes/function_interfaces.rs

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

0 commit comments

Comments
 (0)