diff options
Diffstat (limited to 'tests/ui/nll/issue-69114-static-ty.stderr')
-rw-r--r-- | tests/ui/nll/issue-69114-static-ty.stderr | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/nll/issue-69114-static-ty.stderr b/tests/ui/nll/issue-69114-static-ty.stderr index 0815e74b5..9215e850f 100644 --- a/tests/ui/nll/issue-69114-static-ty.stderr +++ b/tests/ui/nll/issue-69114-static-ty.stderr @@ -1,6 +1,8 @@ error[E0597]: `n` does not live long enough --> $DIR/issue-69114-static-ty.rs:7:9 | +LL | let n = 42; + | - binding `n` declared here LL | FOO(&n); | ----^^- | | | |