diff options
Diffstat (limited to 'tests/ui/traits/next-solver/dyn-incompatibility.rs')
| -rw-r--r-- | tests/ui/traits/next-solver/dyn-incompatibility.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/traits/next-solver/dyn-incompatibility.rs b/tests/ui/traits/next-solver/dyn-incompatibility.rs index b53a6543c90..a347984daf6 100644 --- a/tests/ui/traits/next-solver/dyn-incompatibility.rs +++ b/tests/ui/traits/next-solver/dyn-incompatibility.rs @@ -13,7 +13,6 @@ pub fn copy_any<T>(t: &T) -> T { //~^ ERROR the trait bound `T: Copy` is not satisfied in `dyn Setup<From = T>` //~| ERROR mismatched types //~| ERROR the trait bound `T: Copy` is not satisfied - //~| ERROR the size for values of type `<dyn Setup<From = T> as Setup>::From` cannot be known at compilation time // FIXME(-Znext-solver): These error messages are horrible and some of them // are even simple fallout from previous error. |
