diff options
| author | Santiago Pastorino <spastorino@gmail.com> | 2020-10-16 19:37:54 -0300 |
|---|---|---|
| committer | Santiago Pastorino <spastorino@gmail.com> | 2020-10-27 14:45:28 -0300 |
| commit | 953d7a64a5843b35e9e27ba1c8f725ff3cde35d0 (patch) | |
| tree | 20416518561f9e18102241c19335fab924176401 /src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs | |
| parent | 708fc3b1a2c6f9e6c83cfdba3e5e90855b054cd8 (diff) | |
| download | rust-953d7a64a5843b35e9e27ba1c8f725ff3cde35d0.tar.gz rust-953d7a64a5843b35e9e27ba1c8f725ff3cde35d0.zip | |
Add unsized_locals to INCOMPLETE_FEATURES list
Diffstat (limited to 'src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs')
| -rw-r--r-- | src/test/ui/methods/method-deref-to-same-trait-object-with-separate-params.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
