From e2b95cb70e2142aab82a40115d11ff54a975335e Mon Sep 17 00:00:00 2001 From: Masaki Hara Date: Tue, 29 May 2018 00:11:34 +0900 Subject: Lift some Sized checks. --- src/test/ui/error-codes/E0277.stderr | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/ui/error-codes') diff --git a/src/test/ui/error-codes/E0277.stderr b/src/test/ui/error-codes/E0277.stderr index e4c2f102267..ab9020222ea 100644 --- a/src/test/ui/error-codes/E0277.stderr +++ b/src/test/ui/error-codes/E0277.stderr @@ -8,6 +8,7 @@ LL | fn f(p: Path) { } = note: to learn more, visit = note: required because it appears within the type `std::path::Path` = note: all local variables must have a statically known size + = help: unsized locals are gated as an unstable feature error[E0277]: the trait bound `i32: Foo` is not satisfied --> $DIR/E0277.rs:27:5 -- cgit 1.4.1-3-g733a5