]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-40288-2.nll.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-40288-2.nll.stderr
index dcc9e0a8a65a54551e82073e5f44f7873ad3349f..e15e4e86dbcbf460f6a7d755d56595dc6b14d141 100644 (file)
@@ -1,39 +1,3 @@
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:17:20
-   |
-LL |         slice[0] = y;
-   |                    ^
-
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:16:20
-   |
-LL |         let slice: &mut [_] = &mut out;
-   |                    ^^^^^^^^
-
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:14:19
-   |
-LL |     let mut out = [x];
-   |                   ^^^
-
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:32:20
-   |
-LL |         dst.head = y;
-   |                    ^
-
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:31:18
-   |
-LL |         let dst: &mut Struct<_, [()]> = &mut out;
-   |                  ^^^^^^^^^^^^^^^^^^^^
-
-warning: not reporting region error due to nll
-  --> $DIR/issue-40288-2.rs:29:19
-   |
-LL |     let mut out = Struct { head: x, _tail: [()] };
-   |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
 error[E0621]: explicit lifetime required in the type of `y`
   --> $DIR/issue-40288-2.rs:17:9
    |