aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/not-quotable.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/not-quotable.stderr')
-rw-r--r--tests/ui/not-quotable.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/ui/not-quotable.stderr b/tests/ui/not-quotable.stderr
index c323d99..79d4654 100644
--- a/tests/ui/not-quotable.stderr
+++ b/tests/ui/not-quotable.stderr
@@ -1,11 +1,11 @@
error[E0277]: the trait bound `Ipv4Addr: ToTokens` is not satisfied
- --> tests/ui/not-quotable.rs:6:9
+ --> tests/ui/not-quotable.rs:6:13
|
-6 | _ = quote! { #ip };
- | ^^^^^^^^^^^^^^
- | |
- | the trait `ToTokens` is not implemented for `Ipv4Addr`
- | required by a bound introduced by this call
+6 | let _ = quote! { #ip };
+ | ^^^^^^^^^^^^^^
+ | |
+ | the trait `ToTokens` is not implemented for `Ipv4Addr`
+ | required by a bound introduced by this call
|
= help: the following other types implement trait `ToTokens`:
&'a T