diff options
Diffstat (limited to 'src/test/compile-fail/issue-18919.rs')
| -rw-r--r-- | src/test/compile-fail/issue-18919.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/issue-18919.rs b/src/test/compile-fail/issue-18919.rs index 8c2c52e6fad..11083453d05 100644 --- a/src/test/compile-fail/issue-18919.rs +++ b/src/test/compile-fail/issue-18919.rs @@ -11,7 +11,7 @@ type FuncType<'f> = Fn(&isize) -> isize + 'f; fn ho_func(f: Option<FuncType>) { - //~^ ERROR: the trait `core::marker::Sized` is not implemented for the type + //~^ ERROR: the trait `std::marker::Sized` is not implemented for the type } fn main() {} |
