diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-10-05 10:46:59 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-10-07 19:43:46 +0000 |
| commit | 3c8b46cab91b312fe148ae4ce576fa5a2c13e6b3 (patch) | |
| tree | 5ad50e3d968b4da8002d9840572d66f641fc232f | |
| parent | e07f36c9610bac9433151cdaacb9764004d822e6 (diff) | |
| download | rust-3c8b46cab91b312fe148ae4ce576fa5a2c13e6b3.tar.gz rust-3c8b46cab91b312fe148ae4ce576fa5a2c13e6b3.zip | |
typeck result is now affected by opaque type spans
| -rw-r--r-- | src/test/incremental/hashes/function_interfaces.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/incremental/hashes/function_interfaces.rs b/src/test/incremental/hashes/function_interfaces.rs index 076eddaabc0..3ff949fbb3f 100644 --- a/src/test/incremental/hashes/function_interfaces.rs +++ b/src/test/incremental/hashes/function_interfaces.rs @@ -323,7 +323,7 @@ pub fn change_return_impl_trait() -> impl Clone { #[cfg(not(any(cfail1,cfail4)))] #[rustc_clean(cfg = "cfail2")] #[rustc_clean(cfg = "cfail3")] -#[rustc_clean(cfg = "cfail5")] +#[rustc_clean(cfg = "cfail5", except = "typeck")] #[rustc_clean(cfg = "cfail6")] pub fn change_return_impl_trait() -> impl Copy { 0u32 |
