diff options
| author | Esteban Kuber <esteban@kuber.com.ar> | 2021-12-10 03:18:29 +0000 |
|---|---|---|
| committer | Esteban Kuber <esteban@kuber.com.ar> | 2021-12-10 03:18:29 +0000 |
| commit | 40f161aeb0981030d3959acd239cb0bb2e600597 (patch) | |
| tree | fcaf6d25f5c4758f0d7fcd954835dae7d91eced8 /src/test/ui/issues | |
| parent | da5b0cc851535e1f4af667ab15254b2e8f85f3a3 (diff) | |
| download | rust-40f161aeb0981030d3959acd239cb0bb2e600597.tar.gz rust-40f161aeb0981030d3959acd239cb0bb2e600597.zip | |
fix tests after rebase
Diffstat (limited to 'src/test/ui/issues')
| -rw-r--r-- | src/test/ui/issues/issue-46983.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/issues/issue-46983.stderr b/src/test/ui/issues/issue-46983.stderr index 77fb130f519..ed9f1884c42 100644 --- a/src/test/ui/issues/issue-46983.stderr +++ b/src/test/ui/issues/issue-46983.stderr @@ -4,7 +4,7 @@ error[E0759]: `x` has an anonymous lifetime `'_` but it needs to satisfy a `'sta LL | fn foo(x: &u32) -> &'static u32 { | ---- this data with an anonymous lifetime `'_`... LL | &*x - | ^^^ ...is captured and required to live as long as `'static` here + | ^^^ ...is used and required to live as long as `'static` here error: aborting due to previous error |
