From 953d7a64a5843b35e9e27ba1c8f725ff3cde35d0 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 16 Oct 2020 19:37:54 -0300 Subject: Add unsized_locals to INCOMPLETE_FEATURES list --- .../ui/methods/method-deref-to-same-trait-object-with-separate-params.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs') diff --git a/src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs b/src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs index abd2faa7dc6..4ea0a609af4 100644 --- a/src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs +++ b/src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs @@ -1,4 +1,5 @@ #![feature(arbitrary_self_types, coerce_unsized, dispatch_from_dyn, unsize, unsized_locals, unsized_fn_params)] +//~^ WARN the feature `unsized_locals` is incomplete and may not be safe to use and/or cause compiler crashes [incomplete_features] // This tests a few edge-cases around `arbitrary_self_types`. Most specifically, // it checks that the `ObjectCandidate` you get from method matching can't -- cgit 1.4.1-3-g733a5