]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-15756.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-15756.stderr
index e142a504eb638071d1410d7edc777918f3b3d441..877e0eaedf1435a0b5d4aba0fd657148275c8682 100644 (file)
@@ -7,6 +7,7 @@ LL |     &mut something
    = help: the trait `std::marker::Sized` is not implemented for `[T]`
    = note: to learn more, visit <https://doc.rust-lang.org/book/second-edition/ch19-04-advanced-types.html#dynamically-sized-types-and-the-sized-trait>
    = note: all local variables must have a statically known size
+   = help: unsized locals are gated as an unstable feature
 
 error: aborting due to previous error