diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-10-14 07:36:54 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-14 07:36:54 +0200 |
| commit | c2ae4ded4dbccb7583a09294a2abd6095ebd3285 (patch) | |
| tree | 4d30c7dc40e7c1961bf8abd936509c330ef16558 /src/test/ui/static | |
| parent | 1ac00287af6fb7c4a35ef745454798f9c47c422d (diff) | |
| parent | 2ae5e3421d986339b53792157c45cb2e98374027 (diff) | |
| download | rust-c2ae4ded4dbccb7583a09294a2abd6095ebd3285.tar.gz rust-c2ae4ded4dbccb7583a09294a2abd6095ebd3285.zip | |
Rollup merge of #65292 - JohnTitor:add-backticks, r=varkor,Centril
Print lifetimes with backticks Fixes #65287 r? @varkor
Diffstat (limited to 'src/test/ui/static')
| -rw-r--r-- | src/test/ui/static/static-lifetime.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/static/static-lifetime.stderr b/src/test/ui/static/static-lifetime.stderr index 8516ac07b6c..bda325dc011 100644 --- a/src/test/ui/static/static-lifetime.stderr +++ b/src/test/ui/static/static-lifetime.stderr @@ -4,7 +4,7 @@ error[E0478]: lifetime bound not satisfied LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} | ^^^^^^^^^ | -note: lifetime parameter instantiated with the lifetime 'a as defined on the impl at 3:6 +note: lifetime parameter instantiated with the lifetime `'a` as defined on the impl at 3:6 --> $DIR/static-lifetime.rs:3:6 | LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {} |
