diff options
Diffstat (limited to 'src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs')
| -rw-r--r-- | src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs b/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs index 8e01e89b687..b747a555b5e 100644 --- a/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs +++ b/src/test/compile-fail/where-clause-constraints-are-local-for-trait-impl.rs @@ -26,7 +26,7 @@ impl<T> Foo<T> for Bar<T> { fn fails_copy(self) { require_copy(self.x); - //~^ ERROR the trait `core::marker::Copy` is not implemented for the type `T` + //~^ ERROR the trait `std::marker::Copy` is not implemented for the type `T` } } |
