diff options
| author | Esteban Küber <esteban@kuber.com.ar> | 2024-02-01 22:38:16 +0000 |
|---|---|---|
| committer | Esteban Küber <esteban@kuber.com.ar> | 2024-02-01 22:38:16 +0000 |
| commit | 0df6dfdc78624282b4193fc2290ba79d26ba6db3 (patch) | |
| tree | f55ba1d0060632929f378e232e75096976ca3d04 | |
| parent | 8b0ab54ffefd8855a9030f2c08463f041d0e9770 (diff) | |
| download | rust-0df6dfdc78624282b4193fc2290ba79d26ba6db3.tar.gz rust-0df6dfdc78624282b4193fc2290ba79d26ba6db3.zip | |
fix rebase
| -rw-r--r-- | tests/incremental/hashes/trait_defs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/incremental/hashes/trait_defs.rs b/tests/incremental/hashes/trait_defs.rs index 437b364e001..60faf3c47d6 100644 --- a/tests/incremental/hashes/trait_defs.rs +++ b/tests/incremental/hashes/trait_defs.rs @@ -559,7 +559,7 @@ trait TraitAddBuiltinBoundToMethodTypeParameter { #[cfg(not(any(cfail1,cfail4)))] #[rustc_clean(cfg="cfail2")] #[rustc_clean(cfg="cfail3")] -#[rustc_clean(except="hir_owner_nodes", cfg="cfail5")] +#[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail5")] #[rustc_clean(cfg="cfail6")] trait TraitAddBuiltinBoundToMethodTypeParameter { #[rustc_clean(except="opt_hir_owner_nodes", cfg="cfail2")] |
